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