Class: RaccMatchParser::NotaBene
- Inherits:
-
Struct
- Object
- Struct
- RaccMatchParser::NotaBene
- 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
219 220 221 |
# File 'lib/sportdb/parser/racc_tree.rb', line 219 def text @text end |
Instance Method Details
#pretty_print(printer) ⇒ Object
220 221 222 |
# File 'lib/sportdb/parser/racc_tree.rb', line 220 def pretty_print( printer ) printer.text( "<NotaBene #{self.text}>" ) end |