module Q::Gte0
Public Instance Methods
apply(scope, a, b)
click to toggle source
# File lib/q/parser.rb, line 1772 def apply scope, a, b a.eval(scope) >= b.eval(scope) end
# File lib/q/parser.rb, line 1772 def apply scope, a, b a.eval(scope) >= b.eval(scope) end