class Tablo::RuneSubCell
- Tablo::RuneSubCell
- Tablo::SubCell
- Reference
- Object
Overview
class helper for rune (~character) string cut
Defined in:
cell.crInstance Method Summary
-
#each(&)
Must yield this collection's elements to the block.
Instance methods inherited from class Tablo::SubCell
each(& : String -> )
each,
line : String
line,
width : Int32
width
Constructor methods inherited from class Tablo::SubCell
new(line : String, width : Int32)
new
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(String)
Must yield this collection's elements to the block.