module Tablo
Defined in:
border.crcell.cr
column.cr
config.cr
heading.cr
row.cr
rowgroup.cr
summary.cr
table.cr
tablo.cr
types.cr
util.cr
Constant Summary
-
DEFAULT_FORMATTER =
->(c : CellType) do c.to_s end
-
A mere "to_s" formatter
-
DEFAULT_HEADING_ALIGNMENT =
Justify::Center
-
DEFAULT_STYLER =
->(s : String) do s end
-
A "do nothing" styler
-
NEWLINE =
{% if flag?(:windows) %} "\r\n" {% else %} "\n" {% end %}
-
Constant initializers
-
VERSION =
{{ (`shards version \"/home/runner/work/tablo/tablo/src\"`).chomp.stringify }}