# File lib/ansi/logger.rb, line 91 def warn(progname=nil, &block) return unless warn? @logdev.ansicolor? ? warn_with_color{ super } : super end