# File lib/chef/run_list.rb, line 97
    def each_index(&block)
      @run_list_items.each_index { |i| block.call(i) }
    end