class

Tallboy::ComputedTable

Inherits Enumerable < Reference < Object

Constructors

new(rows : Array(ComputedRow), border : Border)
Source

Instance methods

border
Source
each

Must yield this collection's elements to the block.

Source
each_row
Source
first

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
Source
last
Source