module

Climate

Constants

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 \"/tmp/tmp.fAGeIa/src/src/climate\"`).chomp.stringify }}

Class methods

settings
Source

Instance methods

configure
Source
parse(message : String) : String
Source
strip(message : String, *, force = false) : String
Source

Nested types