Class: RaccMatchParser::NoteLine
- Inherits:
-
Struct
- Object
- Struct
- RaccMatchParser::NoteLine
- Defined in:
- lib/sportdb/parser/racc_tree.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
213 214 215 |
# File 'lib/sportdb/parser/racc_tree.rb', line 213 def text @text end |
Instance Method Details
#pretty_print(printer) ⇒ Object
214 215 216 |
# File 'lib/sportdb/parser/racc_tree.rb', line 214 def pretty_print( printer ) printer.text( "<NoteLine #{self.text}>" ) end |