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