module Terminal::Table::TableHelper
Public Instance Methods
Source
# File lib/terminal-table/table_helper.rb, line 4 def table headings = [], *rows, &block Terminal::Table.new :headings => headings.to_a, :rows => rows, &block end
# File lib/terminal-table/table_helper.rb, line 4 def table headings = [], *rows, &block Terminal::Table.new :headings => headings.to_a, :rows => rows, &block end