class TerminalTable::Cell
- TerminalTable::Cell
- Reference
- Object
Defined in:
terminal_table/cell.crConstructors
Instance Method Summary
- #align(value, alignment, width)
- #escape(line)
- #lines
- #render(line = 0, width = value_for_column_width_recalc.size, style = Style.new, alignment = :left)
- #value : CellValue
- #value_for_column_width_recalc
Constructor Detail
Instance Method Detail
def render(line = 0, width = value_for_column_width_recalc.size, style = Style.new, alignment = :left)
#