Class: Fbtxt::Parser::CoachLine
- Defined in:
- lib/fbtxt/parser/parse_tree-props.rb
Overview
note - support multiple coaches
Instance Attribute Summary collapse
-
#coaches ⇒ Object
Returns the value of attribute coaches.
Instance Method Summary collapse
Instance Attribute Details
#coaches ⇒ Object
Returns the value of attribute coaches
41 42 43 |
# File 'lib/fbtxt/parser/parse_tree-props.rb', line 41 def coaches @coaches end |
Instance Method Details
#pretty_print(q) ⇒ Object
42 43 44 45 46 |
# File 'lib/fbtxt/parser/parse_tree-props.rb', line 42 def pretty_print( q ) q.group( 4, '<CoachLine ', '>') do q.pp( coaches ) end end |