base64.rb

Path: lib/base64.rb
Last Update: Fri Jul 16 01:24:01 CDT 2004

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
To view or add comments on this documentation, please go to the API wiki.

[Validate]