Module: Q::Neq0

Defined in:
lib/q/parser.rb

Instance Method Summary collapse

Instance Method Details

#apply(scope, a, b) ⇒ Object



1834
1835
1836
# File 'lib/q/parser.rb', line 1834

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