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