# File lib/compass/logger.rb, line 40 def red $stderr.write(color(:red)) $stdout.write(color(:red)) yield ensure $stderr.write(color(:clear)) $stdout.write(color(:clear)) end