int(str)
Converts a String to an Integer
See also String.to_i
# File lib/xmlrpc/parser.rb, line 76 def self.int(str) str.to_i end