# File lib/spec/runner/formatter/base_text_formatter.rb, line 120 def yellow(text); colour(text, "\e[33m"); end