module AnsiPalette
Constants
- COLOR_HASH
- EFFECT_HASH
- END_ESCAPE
- RESET_COLOR
- START_ESCAPE
- VERSION
Public Instance Methods
Bold(str)
click to toggle source
# File lib/ansi_palette/colored_string.rb, line 37 def Bold(str) ColoredString.new(string: str, bold: true).bold end