Method: Vedeu::Templating::Decoder#initialize
- Defined in:
- lib/vedeu/templating/decoder.rb
#initialize(data) ⇒ Vedeu::Templating::Decoder
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.
Returns a new instance of Vedeu::Templating::Decoder.
24 25 26 |
# File 'lib/vedeu/templating/decoder.rb', line 24 def initialize(data) @data = data end |