Module: Q::Identifier1
- Defined in:
- lib/q/parser.rb
Instance Method Summary collapse
Instance Method Details
#eval(scope) ⇒ Object
2516 2517 2518 |
# File 'lib/q/parser.rb', line 2516 def eval scope scope['_'] = scope[text_value] end |