Module: Q::Minus0

Defined in:
lib/q/parser.rb

Instance Method Summary collapse

Instance Method Details

#apply(scope, a, b) ⇒ Object



1896
1897
1898
# File 'lib/q/parser.rb', line 1896

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