Module: Q::Negation1

Defined in:
lib/q/parser.rb

Instance Method Summary collapse

Instance Method Details

#eval(scope) ⇒ Object



1503
1504
1505
# File 'lib/q/parser.rb', line 1503

def eval scope
  not primary.eval(scope)
end