Module: Q::Gte0

Defined in:
lib/q/parser.rb

Instance Method Summary collapse

Instance Method Details

#apply(scope, a, b) ⇒ Object



1772
1773
1774
# File 'lib/q/parser.rb', line 1772

def apply scope, a, b
  a.eval(scope) >= b.eval(scope)
end