struct Tallboy::ComputedRow

Included Modules

Defined in:

tallboy/computed_table_builder/computed_row.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cells : Array(Tallboy::ComputedCell), border : Border = :none) #

[View source]

Instance Method Detail

def border : Tallboy::Border #

[View source]
def cells : Array(Tallboy::ComputedCell) #

[View source]
def each(&) #
Description copied from module Enumerable(Tallboy::ComputedCell)

Must yield this collection's elements to the block.


[View source]
def each : Array(Tallboy::ComputedCell) #
Description copied from module Iterable(Tallboy::ComputedCell)

Must return an Iterator over the elements in this collection.


[View source]