class TerminalTable::Separator

Defined in:

terminal_table/separator.cr

Instance 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

Instance Method Detail

def render(widths = column_widths, style = Style.new) #

[View source]