module Tablo

Extended Modules

Defined in:

border.cr
cell.cr
column.cr
config.cr
heading.cr
row.cr
rowgroup.cr
summary.cr
table.cr
tablo.cr
types.cr:3
types.cr:74
util.cr

Constant Summary

DEFAULT_DATA_DEPENDENT_STYLER = ->(_c : CellType, s : String) do s end
DEFAULT_FORMATTER = ->(c : CellType) do c.to_s end
DEFAULT_HEADING_ALIGNMENT = Justify::Center
DEFAULT_STYLER = ->(s : String) do s end
NEWLINE = /\r\n|\n|\r/
VERSION = "0.8.0"