Class: Plasma::Interpreter::StrNode
- Inherits:
-
PlasmaNode
- Object
- Treetop::Runtime::SyntaxNode
- PlasmaNode
- Plasma::Interpreter::StrNode
- Defined in:
- lib/plasma/interpreter/plasma_grammarnode.rb
Instance Method Summary collapse
Methods inherited from PlasmaNode
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 |