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