Method: Vedeu::Templating::Decoder#decompress
- Defined in:
- lib/vedeu/templating/decoder.rb
#decompress ⇒ 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.
Decompress the marshalled object or objects.
55 56 57 |
# File 'lib/vedeu/templating/decoder.rb', line 55 def decompress Zlib::Inflate.inflate(decode64) end |