Method: Superstore::Types::IntegerType#typecast

Defined in:
lib/superstore/types/integer_type.rb

#typecast(value) ⇒ Object



15
16
17
# File 'lib/superstore/types/integer_type.rb', line 15

def typecast(value)
  value.to_i
end