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,options={},&mapper)
  @items, @options, @mapper = items, options, mapper
end