# File lib/rack/commonlogger.rb, line 25
    def <<(str)
      @env["rack.errors"].write(str)
      @env["rack.errors"].flush
    end