Method: Vedeu::Templating::Decoder#process
- Defined in:
- lib/vedeu/templating/decoder.rb
#process ⇒ Object
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.
Converts an encoded string back into an object or collection of objects.
32 33 34 |
# File 'lib/vedeu/templating/decoder.rb', line 32 def process demarshal end |