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