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