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