Class: Plasma::Interpreter::PlainNode
- Inherits:
-
PlasmaNode
- Object
- Treetop::Runtime::SyntaxNode
- PlasmaNode
- Plasma::Interpreter::PlainNode
- Defined in:
- lib/plasma/interpreter/plasma_grammarnode.rb
Instance Method Summary collapse
Methods inherited from PlasmaNode
Instance Method Details
#evaluate(env) ⇒ Object
208 209 210 |
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 208 def evaluate(env) self.text_value end |