class ActionDispatch::MiddlewareStack

def each(&block)

def each(&block)
  @middlewares.each(&block)
end