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