base64.rb

Path: base64.rb
Last Update: Sun Jun 01 17:54:45 -0500 2008

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 community service provided by James Britt and Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.

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.