Module: Q::Lt0

Defined in:
lib/q/parser.rb

Instance Method Summary collapse

Instance Method Details

#apply(scope, a, b) ⇒ Object



1679
1680
1681
# File 'lib/q/parser.rb', line 1679

def apply scope, a, b
  a.eval(scope) < b.eval(scope)
end