# File lib/dm-core/property/integer.rb, line 27 def typecast_to_primitive(value) typecast_to_numeric(value, :to_i) end