# File lib/rspec/core/formatters/base_text_formatter.rb, line 102 def yellow(text) color(text, "\e[33m") end