Class: RaccMatchParser::RoundOutline

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#outlineObject

Returns the value of attribute outline

Returns:

  • (Object)

    the current value of 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