Tablo
Constants
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 \"/tmp/tmp.FmCNjD/src/src\"`).chomp.stringify }}