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