struct

Tallboy::Row

Inherits Enumerable < Struct < Value < Object

Constructors

new(cells : Array(Tallboy::Cell) = [] of Cell, border : Border = :none)
Source

Instance methods

[](idx)
Source
border
Source
cell(value, span : Int32 = 1, align : AlignValue = :auto)
Source
cells
Source
each

Must yield this collection's elements to the block.

Source
size

Returns the number of elements in the collection.

[1, 2, 3, 4].size # => 4
Source