Class: Expressive::Identifier
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Expressive::Identifier
- Defined in:
- lib/expressive.rb
Instance Method Summary collapse
Instance Method Details
#eval(scope) ⇒ Object
99 100 101 |
# File 'lib/expressive.rb', line 99 def eval(scope) scope[text_value] end |