# File lib/puma/configuration.rb, line 60
      def initialize(config, app)
        @config = config
        @app = app
      end