summaryrefslogtreecommitdiff
path: root/lib/chef/resource_collection/resource_list.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource_collection/resource_list.rb')
-rw-r--r--lib/chef/resource_collection/resource_list.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/resource_collection/resource_list.rb b/lib/chef/resource_collection/resource_list.rb
index a290ecad62..65a6b76595 100644
--- a/lib/chef/resource_collection/resource_list.rb
+++ b/lib/chef/resource_collection/resource_list.rb
@@ -30,9 +30,8 @@ class Chef
include Enumerable
extend Forwardable
- attr_reader :iterator
+ attr_reader :iterator, :resources
- attr_reader :resources
private :resources
# Delegate direct access methods to the @resources array
# 4 extra methods here are not included in the Enumerable's instance methods