# File lib/turn/colorize.rb, line 49 def self.fail(string) colorize? ? ::ANSI::Code.red{ string } : string end