# File lib/rspec/core/formatters/base_text_formatter.rb, line 136
        def cyan(text)
          color(text, "\e[36m")
        end