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