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