module DA_Dev::Colorize

Extended Modules

Defined in:

da_dev/Colorize.cr

Constant Summary

BOLD_PATTERN = /BOLD{{([^\}]+)}}/
PATTERN = /\{\{([^\}]+)\}\}/

Instance Method Summary

Instance Method Detail

def bold(raw : String) #

[View source]
def colorize(raw : String, color : Symbol) #

[View source]
def green(raw : String) #

[View source]
def highlight_exception(e : Exception) : String #

[View source]
def orange(raw : String) #

[View source]
def red(raw : String) #

[View source]