Method: Vedeu::Templating::Decoder#demarshal
- Defined in:
- lib/vedeu/templating/decoder.rb
#demarshal ⇒ Object (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).
48 49 50 |
# File 'lib/vedeu/templating/decoder.rb', line 48 def demarshal Marshal.load(decompress) end |