Class: WordNode

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

Instance Method Summary collapse

Instance Method Details

#to_tqueryObject



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

def to_tquery
  word
end

#wordObject



6
7
8
# File 'lib/texticle/nodes/word_node.rb', line 6

def word
  text_value
end