abstract class Tablo::SubCell
- Tablo::SubCell
- Reference
- Object
Overview
Abstract class for subcell formatting, depending on wrap_mode
Included Modules
- Enumerable(String)
Direct Known Subclasses
Defined in:
cell.crConstructors
Instance Method Summary
-
#each(& : String -> )
Must yield this collection's elements to the block.
- #line : String
- #width : Int32
Constructor Detail
Instance Method Detail
abstract
def each(& : String -> )
#
Description copied from module Enumerable(String)
Must yield this collection's elements to the block.