# File lib/action_dispatch/middleware/stack.rb, line 78
    def initialize_copy(other)
      self.middlewares = other.middlewares.dup
    end