# File raggle, line 1486
      def each_index
        @feeds.each_index { |i| yield i }
      end