class Tablo::RuneSubCell

Overview

class helper for rune (~character) string cut

Defined in:

cell.cr

Instance Method Summary

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.


[View source]