Class: NotTermNode

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/texticle/nodes/not_term_node.rb

Instance Method Summary collapse

Instance Method Details

#to_tqueryObject



2
3
4
# File 'lib/texticle/nodes/not_term_node.rb', line 2

def to_tquery
  " & !#{term.to_tquery}"
end