# File lib/action_controller/middleware_stack.rb, line 106 def use(*args, &block) middleware = Middleware.new(*args, &block) push(middleware) end