Class: Plasma::Interpreter::QuoteNode

Inherits:
PlasmaNode show all
Defined in:
lib/plasma/interpreter/plasma_grammarnode.rb

Instance Method Summary collapse

Methods inherited from PlasmaNode

#empty?

Instance Method Details

#evaluate(env) ⇒ Object



214
215
216
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 214

def evaluate(env)
  template.evaluate(env)
end