Class: RaccMatchParser::BlankLine
- Inherits:
-
Object
- Object
- RaccMatchParser::BlankLine
- Defined in:
- lib/sportdb/parser/racc_tree.rb
Instance Method Summary collapse
Instance Method Details
#pretty_print(printer) ⇒ Object
199 200 201 |
# File 'lib/sportdb/parser/racc_tree.rb', line 199 def pretty_print( printer ) printer.text( "<BlankLine>" ) end |