# File lib/rack/handler/webrick.rb, line 15
      def initialize(server, app)
        super server
        @app = app
      end