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