Class: Teacher::Identifier
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Teacher::Identifier
- Defined in:
- lib/teacher/nodes.rb
Instance Method Summary collapse
Instance Method Details
#eval(scope) ⇒ Object
13 |
# File 'lib/teacher/nodes.rb', line 13 def eval(scope); scope[text_value]; end |