Method: Vedeu::Templating::Decoder#demarshal

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

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

Convert the marshalled object or objects back into an object(s).

Returns:

  • (Object)


48
49
50
# File 'lib/vedeu/templating/decoder.rb', line 48

def demarshal
  Marshal.load(decompress)
end