Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
encode(str)
public
Encodes string str with base64 and returns that value.
# File lib/xmlrpc/base64.rb, line 49
def Base64.encode(str)
[str].pack("m")
end