Source: show | on GitHub
# File actionpack/test/dispatch/middleware_stack_test.rb, line 14 def setup @stack = ActionDispatch::MiddlewareStack.new @stack.use FooMiddleware @stack.use BarMiddleware end