Method: Vedeu::Templating::Decoder#decompress

Defined in:
lib/vedeu/templating/decoder.rb

#decompressString (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.

Returns:

  • (String)


55
56
57
# File 'lib/vedeu/templating/decoder.rb', line 55

def decompress
  Zlib::Inflate.inflate(decode64)
end