Lemonade::FormattingHelper
Constants
RAW_STUFF = {
fg: {"foreground", 'F'},
bg: {"background", 'B'},
line: {"underline & overline attributes", 'U'},
}
Instance methods
fgbg(block, fg fg_color, bg bg_color)
Formats block with foreground fg color, and background bg color.