module Tablo

Defined in:

border.cr
cell.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 \"/srv/crystaldoc.info/github-hutou-tablo-v1.0.0/src\"`).chomp.stringify }}