Sha256: ad26c519625b37be69edab1ddaaa7521f5048bf1b13ef719cc1f75e257a1e3ad
Contents?: true
Size: 204 Bytes
Versions: 199
Compression:
Stored size: 204 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
199 entries across 185 versions & 11 rubygems