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