Class: Query::Parser::NotOperator

Inherits:
Language
  • Object
show all
Defined in:
lib/query/parser/not_operator.rb

Instance Method Summary collapse

Instance Method Details

#rootObject



6
7
8
# File 'lib/query/parser/not_operator.rb', line 6

def root
  ((str("not") | str("Not") | str("NOT")) << Whitespace) | str("!")
end