File: //usr/share/ri/3.0.0/system/Base64/decode64-i.ri
U:RDoc::AnyMethod[iI"
decode64:ETI"Base64#decode64;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"2Returns the Base64-decoded version of +str+. ;TI")This method complies with RFC 2045. ;TI"6Characters outside the base alphabet are ignored.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [
I"require 'base64'
;TI".str = 'VGhpcyBpcyBsaW5lIG9uZQpUaGlzIG' +
;TI". 'lzIGxpbmUgdHdvClRoaXMgaXMgbGlu' +
;TI"* 'ZSB0aHJlZQpBbmQgc28gb24uLi4K'
;TI"puts Base64.decode64(str)
;T:@format0o;
; [I"<i>Generates:</i>;T@o;; [ I"This is line one
;TI"This is line two
;TI"This is line three
;TI"And so on...;T;
0:
@fileI"lib/base64.rb;T:0@omit_headings_from_table_of_contents_below000[ I"
(str);T@!FI"Base64;TcRDoc::NormalModule00