class Tallboy::Row

Included Modules

Defined in:

tallboy/row.cr
tallboy/row/layout.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Array(CellValue), layout = [] of Int32, border_bottom : Bool = false) #

[View source]

Instance Method Detail

def border_bottom : Bool #

[View source]
def border_bottom=(border_bottom : Bool) #

[View source]
def border_bottom? : Bool #

[View source]
def build_cells(elems) #

[View source]
def cell(num) #

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

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

Must yield this collection's elements to the block.


[View source]
def height #

[View source]
def layout #

[View source]
def layout=(arr) #

[View source]