Class | Clio::Layout::Table |
In: |
lib/clio/layout/table.rb
|
Parent: | Layout |
Currently the table layout class is very simplistic. Ultimately it will support headers, footers, and a varity of border options.
rows | [R] |
# File lib/clio/layout/table.rb, line 17 def initialize(*rows_of_cells, &block) @rows = rows_of_cells end