# File lib/rspec/core/formatters/base_text_formatter.rb, line 132
        def magenta(text)
          color(text, "\e[35m")
        end