Parent

Methods

Class/Module Index [+]

Quicksearch

Mail::Encodings::Base64

Public Class Methods

decode(str) click to toggle source

Decode the string from Base64

# File lib/mail/encodings/base64.rb, line 6
def self.decode(str)
  RubyVer.decode_base64( str )
end
encode(str) click to toggle source

Encode the string to Base64

# File lib/mail/encodings/base64.rb, line 11
def self.encode(str)
  RubyVer.encode_base64( str )
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.