Method: Q::Identifier1#eval

Defined in:
lib/q/parser.rb

#eval(scope) ⇒ Object



2516
2517
2518
# File 'lib/q/parser.rb', line 2516

def eval scope
  scope['_'] = scope[text_value]
end