module Q::Negation1
Public Instance Methods
eval(scope)
click to toggle source
# File lib/q/parser.rb, line 1503 def eval scope not primary.eval(scope) end
# File lib/q/parser.rb, line 1503 def eval scope not primary.eval(scope) end