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