DataMapper::Property::Numeric
Typecast a value to a Float
@param [#, #] value
value to typecast
@return [Float]
Float constructed from value
@api private
# File lib/dm-core/property/float.rb, line 23 23: def typecast_to_primitive(value) 24: typecast_to_numeric(value, :to_f) 25: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.