11 12 13
# File 'lib/jets/middleware/stack.rb', line 11 def each @middlewares.each { |x| yield x } end