strict_decode64(str)
Instance Public methods
Returns the Base64-decoded version of str
. This method
complies with RFC 4648. ArgumentError is
raised if str
is incorrectly padded or contains non-alphabet
characters. Note that CR or LF are also rejected.
Please login to continue.