# File lib/rspec/core/formatters/base_text_formatter.rb, line 128
        def blue(text)
          color(text, "\e[34m")
        end