# File lib/chef/run_list.rb, line 45 def initialize(*run_list_items) @run_list_items = run_list_items.map { |i| coerce_to_run_list_item(i) } end