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