method

encode

v1_9_3_125 - Show latest stable - Class: XMLRPC::Base64
encode(str)
public

No documentation available.

# File lib/xmlrpc/base64.rb, line 68
  def Base64.encode(str)
    [str].pack("m")
  end