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