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