class NewRelic::Agent::Instrumentation::MiddlewareProxy::Generator

This class is used to wrap classes that are passed to Rack::Builder#use without synchronously instantiating those classes. A MiddlewareProxy::Generator responds to new, like a Class would, and passes through arguments to new to the original target class.