Module: Q::Star0

Defined in:
lib/q/parser.rb

Instance Method Summary collapse

Instance Method Details

#apply(scope, a, b) ⇒ Object



1927
1928
1929
# File 'lib/q/parser.rb', line 1927

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