class ActionDispatch::MiddlewareStack

def initialize_copy(other)

def initialize_copy(other)
  self.middlewares = other.middlewares.dup
end