# File raggle, line 1472
      def each_with_index
        @feeds.each_with_index { |feed, i| yield feed, i }
      end