# File lib/rspec/core/formatters/base_text_formatter.rb, line 189 def red(text) RSpec.deprecate("RSpec::Core::Formatters::BaseTextFormatter#red", "#failure_color", "3.0") color(text, :red) end