# File lib/rspec/core/formatters/base_text_formatter.rb, line 115
        def yellow(text)
          color(text, "\e[33m")
        end