module Climate
Extended Modules
Defined in:
climate.crclimate/settings.cr
climate/style.cr
climate/version.cr
Constant Summary
-
DEFAULT_STYLES =
{Style.new(delimiters: {'<', '>'}, keep_delimiters: true, colors: {fore: :green, back: :default}), Style.new(delimiters: {'[', ']'}, keep_delimiters: true, colors: {fore: :yellow, back: :default}), Style.new(delimiters: {'{', '}'}, keep_delimiters: false, colors: {fore: :blue, back: :default}), Style.new(delimiters: {'!', 'ยก'}, keep_delimiters: false, colors: {fore: :red, back: :default})}
-
VERSION =
{{ (`shards version \"/srv/crystaldoc.info/github-Sija-climate.cr-v0.2.2/src/climate\"`).chomp.stringify }}
Class Method Summary
Instance Method Summary
- #configure(&) : Nil
- #parse(message : String) : String
- #strip(message : String, *, force = false) : String