Class: RaccMatchParser::Heading2

Inherits:
Struct
  • Object
show all
Defined in:
lib/sportdb/parser/racc_tree.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



228
229
230
# File 'lib/sportdb/parser/racc_tree.rb', line 228

def text
  @text
end

Instance Method Details

#pretty_print(printer) ⇒ Object



229
230
231
# File 'lib/sportdb/parser/racc_tree.rb', line 229

def pretty_print( printer )
  printer.text( "<Heading2 #{self.text}>" )
end