Class: QuotedTermNode

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

Instance Method Summary collapse

Instance Method Details

#to_tqueryObject



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

def to_tquery
  "'" + elements[1].text_value + "'"
end