Class: RunningTrack::Table
- Inherits:
-
Object
- Object
- RunningTrack::Table
- Defined in:
- lib/running_track/table.rb
Constant Summary collapse
- HEADINGS =
["District", "Address", "HelpPhone", "ObjectHasWifi"]
Instance Method Summary collapse
Instance Method Details
#print ⇒ Object
10 11 12 13 |
# File 'lib/running_track/table.rb', line 10 def print @table ||= create_table puts @table end |