# File lib/dm-core/property/float.rb, line 23 def typecast_to_primitive(value) typecast_to_numeric(value, :to_f) end