# File lib/turn/colorize.rb, line 57 def self.error(string) colorize? ? ::ANSI::Code.yellow{ string } : string end