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