class

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

Inherits Athena::Console::Helper::Table::Cell / Reference / Object

Represents a line that separates one or more rows.

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

Constructors

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