Module Terminal::Table::TableHelper
In: lib/terminal-table/table_helper.rb
lib/terminal-table/table_helper.rb

Methods

table   table  

Public Instance methods

[Source]

   # File lib/terminal-table/table_helper.rb, line 4
4:       def table headings = [], *rows, &block
5:         Terminal::Table.new :headings => headings.to_a, :rows => rows, &block
6:       end

[Source]

   # File lib/terminal-table/table_helper.rb, line 4
4:       def table headings = [], *rows, &block
5:         Terminal::Table.new :headings => headings.to_a, :rows => rows, &block
6:       end

[Validate]