class Athena::Console::Helper::Table::Separator

Overview

Represents a line that separates one or more rows.

See the [separating rows][Athena::Console::Helper::Table--separating-rows] section for more information.

Defined in:

helper/table.cr

Constructors

Instance methods inherited from class Athena::Console::Helper::Table::Cell

colspan : Int32 colspan, rowspan : Int32 rowspan, style : Table::CellStyle | Nil style, to_s(io : IO) : Nil to_s

Constructor methods inherited from class Athena::Console::Helper::Table::Cell

new(value : _ = "", rowspan : Int32 = 1, colspan : Int32 = 1, style : Table::CellStyle | Nil = nil) new

Constructor Detail

def self.new(rowspan : Int32 = 1, colspan : Int32 = 1, style : Table::CellStyle | Nil = nil) #

[View source]