Method: HighLine::Table#initialize
- Defined in:
- lib/rhc/highline_extensions.rb
#initialize(items = nil, options = {}, &mapper) ⇒ Table
Returns a new instance of Table.
305 306 307 |
# File 'lib/rhc/highline_extensions.rb', line 305 def initialize(items=nil,={},&mapper) @items, , @mapper = items, , mapper end |