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