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