Method: Vedeu::Templating::Decoder.process

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

.process(data) ⇒ 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.

Parameters:

  • data (String)

Returns:

  • (Object)


16
17
18
# File 'lib/vedeu/templating/decoder.rb', line 16

def self.process(data)
  new(data).process
end