42 43 44
# File 'lib/grape/middleware/stack.rb', line 42 def each @middlewares.each { |x| yield x } end