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