abstract class Tablo::SubCell

Overview

Abstract class for subcell formatting, depending on wrap_mode

Included Modules

Direct Known Subclasses

Defined in:

cell.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(line : String, width : Int32) #

[View source]

Instance Method Detail

abstract def each(& : String -> ) #
Description copied from module Enumerable(String)

Must yield this collection's elements to the block.


[View source]
def line : String #

[View source]
def width : Int32 #

[View source]