# File lib/redgreen.rb, line 10
  def self.color(color)
    "\e[#{COLORS[color.to_sym]}m"
  end