# File lib/action_dispatch/middleware/stack.rb, line 62
    def each
      @middlewares.each { |x| yield x }
    end