Sha256: 53a435c231933123ad4bbb0eec53ad047e7e8250b99404c48ac018bbfcd738ed
Contents?: true
Size: 213 Bytes
Versions: 5
Compression:
Stored size: 213 Bytes
Contents
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
5 entries across 5 versions & 2 rubygems