# File lib/rspec/core/formatters/base_text_formatter.rb, line 116
        def red(text)
          color(text, "\e[31m")
        end