class ActionDispatch::MiddlewareStack

def each

def each
  @middlewares.each { |x| yield x }
end