base64.rb

Path: lib/base64.rb
Last Update: Tue Jun 30 13:22:25 -0700 2009

base64.rb: methods for base64-encoding and -decoding stings

Author:Yukihiro Matsumoto
Documentation:Dave Thomas and Gavin Sinclair

Until Ruby 1.8.1, these methods were defined at the top-level. Now they are in the Base64 module but included in the top-level, where their usage is deprecated.

See Base64 for documentation.

Required files

kconv  

Included Modules

Base64::Deprecated

[Validate]

ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.