encode(str)
Encodes string str with base64 and returns that value.
# File lib/xmlrpc/base64.rb, line 49 def Base64.encode(str) [str].pack("m") end