‘“hi”.color(:cyan)` -> ANSI-painted string. Raises on unknown color.
163 164 165
# File 'lib/hammer/shell.rb', line 163 def color(name) Hammer::Shell.paint(self, name) end