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