method
build_instrumented
v7.0.0 -
Show latest stable
- Class:
ActionDispatch::MiddlewareStack::Middleware
build_instrumented(app)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/stack.rb, line 40
def build_instrumented(app)
InstrumentationProxy.new(build(app), inspect)
end