# File lib/rspec/core/formatters/base_text_formatter.rb, line 131
        def white(text)
          color(text, "\e[37m")
        end