"hi".color(:cyan) -> ANSI-painted string. Raises on unknown color.
"hi".color(:cyan)
191 192 193
# File 'lib/hammer/shell.rb', line 191 def color(name) Hammer::Shell.paint(self, name) end