Class: Plasma::Interpreter::StrNode

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



364
365
366
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 364

def evaluate(env)
  body.text_value
end