Class: Chef::ResourceCollection
- Inherits:
-
Object
- Object
- Chef::ResourceCollection
- Defined in:
- lib/chef/rewind.rb
Defined Under Namespace
Classes: ResourceList, ResourceSet
Instance Method Summary collapse
Instance Method Details
#delete_resource(resource_id) ⇒ Object
83 84 85 86 87 88 |
# File 'lib/chef/rewind.rb', line 83 def delete_resource(resource_id) lookup resource_id @resource_set.delete(resource_id) @resource_list.delete(resource_id) end |