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