# File lib/chef/resource_collection.rb, line 29 def initialize @resources = Array.new @resources_by_name = Hash.new @insert_after_idx = nil end