# File lib/rspec/core/formatters/base_text_formatter.rb, line 252 def cyan(text) RSpec.deprecate("RSpec::Core::Formatters::BaseTextFormatter#cyan", :replacement => "#detail_color") color(text, :cyan) end