# File lib/rspec/expectations/differ.rb, line 66
      def color(text, color_code)
        "\e[#{color_code}m#{text}\e[0m"
      end