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