class Grape::Middleware::Stack

def each(&block)

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