class Tallboy::Row
- Tallboy::Row
- Reference
- Object
Included Modules
- Enumerable(Tallboy::Cell)
Defined in:
tallboy/row.crtallboy/row/layout.cr
Constructors
Instance Method Summary
- #border_bottom : Bool
- #border_bottom=(border_bottom : Bool)
- #border_bottom? : Bool
- #build_cells(elems)
- #cell(num)
- #cells : Array(Tallboy::Cell)
-
#each(&)
Must yield this collection's elements to the block.
- #height
- #layout
- #layout=(arr)
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Tallboy::Cell)
Must yield this collection's elements to the block.