Method: QuerySyntax::Query#not

Defined in:
lib/query_syntax/query.rb

#not(args = {}) ⇒ Object



34
35
36
37
# File 'lib/query_syntax/query.rb', line 34

def not(args={})
  scope = spawn("NOT")
  scope.not!(args)
end