Tallboy::ComputedTable
Inherits Enumerable < Reference < Object
Constructors
new(rows : Array(ComputedRow), border : Border)
SourceInstance methods
border
Sourceeach_row
Sourcefirst
Returns the first element in the collection. Raises Enumerable::EmptyError
if the collection is empty.
([1, 2, 3]).first # => 1
([] of Int32).first # raises Enumerable::EmptyError
last
Source