Class: Rulex::Tex::Grammar::Text
- Inherits:
-
CustomNode
- Object
- Treetop::Runtime::SyntaxNode
- CustomNode
- Rulex::Tex::Grammar::Text
- Defined in:
- lib/rulex/tex/node_extensions.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
27 28 29 |
# File 'lib/rulex/tex/node_extensions.rb', line 27 def content {type: :text, text: text_value} end |