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