Class: RaccMatchParser::TableDivider
- Inherits:
-
Struct
- Object
- Struct
- RaccMatchParser::TableDivider
- Defined in:
- lib/sportdb/parser/racc_tree.rb
Overview
todo/check - rename TableDivider to TableRule/TableRuler/TableLine - why? why not?
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
234 235 236 |
# File 'lib/sportdb/parser/racc_tree.rb', line 234 def text @text end |
Instance Method Details
#pretty_print(printer) ⇒ Object
235 236 237 |
# File 'lib/sportdb/parser/racc_tree.rb', line 235 def pretty_print( printer ) printer.text( "<TableDivider #{self.text}>" ) end |