Flowdock
method

base64

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Convert
base64(str) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xmlrpc/parser.rb, line 117
    def self.base64(str)
      XMLRPC::Base64.decode(str)
    end
Register or log in to add new notes.