# File lib/couchrest/model/typecast.rb, line 36 def typecast_to_float(value) typecast_to_numeric(value, :to_f) end