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