struct Tallboy::Cell

Defined in:

tallboy/table_builder/cell.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, align : AlignValue = :auto, part : Part = :tail, span : Int32 = 1) #

[View source]

Instance Method Detail


[View source]
def part : Tallboy::Part #

[View source]
def size #

[View source]
def span : Int32 #

[View source]
def value : String #

[View source]