Module: Q::Plus0

Defined in:
lib/q/parser.rb

Instance Method Summary collapse

Instance Method Details

#apply(scope, a, b) ⇒ Object



1865
1866
1867
# File 'lib/q/parser.rb', line 1865

def apply scope, a, b
  scope['_'] = a.eval(scope) + b.eval(scope)
end