Sha256: 4504781aa6c06b8ff89ec6e6110bd1dc81ccb51e4b2eaafc69ade37b7f47bd2b
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
# encoding: utf-8 module Terminal class Table module TableHelper def table headings = [], *rows, &block Terminal::Table.new :headings => headings.to_a, :rows => rows, &block end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
galileo-0.2.1 | lib/terminal-table/lib/terminal-table/table_helper.rb |