This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
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