Method: Vedeu::Templating::Decoder#decode64
- Defined in:
- lib/vedeu/templating/decoder.rb
#decode64 ⇒ String (private)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Decode the Base64 string into a compressed, marshalled object or objects.
63 64 65 |
# File 'lib/vedeu/templating/decoder.rb', line 63 def decode64 Base64.strict_decode64(unwrap) end |