double(str)
Converts a String to a Float
See also String.to_f
# File lib/xmlrpc/parser.rb, line 95 def self.double(str) str.to_f end