Module: Q::Lte0

Defined in:
lib/q/parser.rb

Instance Method Summary collapse

Instance Method Details

#apply(scope, a, b) ⇒ Object



1741
1742
1743
# File 'lib/q/parser.rb', line 1741

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