| Server IP : 68.178.247.200 / Your IP : 216.73.216.110 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /./proc/thread-self/root/opt/alt/ruby32/share/gems/doc/base64-0.3.0/ri/Base64/ |
Upload File : |
U:RDoc::AnyMethod[iI"urlsafe_decode64:ETI"Base64#urlsafe_decode64;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"[Returns the decoding of an RFC-4648-compliant \Base64-encoded string +encoded_string+:;To:RDoc::Markup::BlankLine o;
; [I"=+encoded_string+ may not contain non-Base64 characters; ;TI"asee {Encoding Character Set}[Base64.html#module-Base64-label-Encoding+Character+Sets] above:;T@o:RDoc::Markup::Verbatim; [I";Base64.urlsafe_decode64('+') # Raises ArgumentError.
;TI";Base64.urlsafe_decode64('/') # Raises ArgumentError.
;TI";Base64.urlsafe_decode64("\n") # Raises ArgumentError.
;T:@format0o;
; [I"?Padding in +encoded_string+, if present, must be correct: ;TI"Csee {Padding}[Base64.html#module-Base64-label-Padding], above:;T@o;; [I"<Base64.urlsafe_decode64("MDEyMzQ1Njc") # => "01234567"
;TI"=Base64.urlsafe_decode64("MDEyMzQ1Njc=") # => "01234567"
;TI"EBase64.urlsafe_decode64("MDEyMzQ1Njc==") # Raises ArgumentError.;T;
0:
@fileI"lib/base64.rb;T:0@omit_headings_from_table_of_contents_below0I"?Base64.urlsafe_decode64(encoded_string) -> decoded_string
;T0[ I"
(str);T@!FI"Base64;TcRDoc::NormalModule00