11 12 13
# File 'lib/superstore/types/integer_type.rb', line 11 def decode(str) str.to_i unless str.empty? end