class Puma::Configuration::ConfigMiddleware

def initialize(config, app)

def initialize(config, app)
  @config = config
  @app = app
end