class TerminalTable::Separator
- TerminalTable::Separator
- TerminalTable::Row
- Reference
- Object
Defined in:
terminal_table/separator.crInstance Method Summary
Instance methods inherited from class TerminalTable::Row
<<(cell : Cell)<<(cell_value : CellValue) <<, cells : Array(TerminalTable::Cell) cells, column_widths column_widths, height height, number_of_columns number_of_columns, render(widths = column_widths, style = Style.new, alignment = :left) render
Constructor methods inherited from class TerminalTable::Row
new(cells : Array(Cell) = [] of Cell)new(items : Array(CellValue)) new