class ActionDispatch::MiddlewareStack::Middleware

def build_instrumented(app)

def build_instrumented(app)
  InstrumentationProxy.new(build(app), inspect)
end