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