34 35 36 37
# File 'lib/query_syntax/query.rb', line 34 def not(args={}) scope = spawn("NOT") scope.not!(args) end