diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2015-09-29 16:45:01 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2015-09-29 16:45:01 -0700 |
commit | d0d9e5b7a6973fbb250b9344038c2e79deb28599 (patch) | |
tree | c2cea1e65b413f6ca3aac2add81aebe7fdd2d9fd /lib | |
parent | 8879618d2c8e659b564eeb1e28f5078fcac79297 (diff) | |
download | chef-d0d9e5b7a6973fbb250b9344038c2e79deb28599.tar.gz |
This wasn't intended to be a protected method.
/cc @jkeiser
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/run_context.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb index 205bb47448..b2a4b13ea4 100644 --- a/lib/chef/run_context.rb +++ b/lib/chef/run_context.rb @@ -522,15 +522,15 @@ ERROR_MESSAGE ChildRunContext.new(self) end + # @api private + attr_writer :resource_collection + protected attr_reader :cookbook_compiler attr_reader :loaded_attributes_hash attr_reader :loaded_recipes_hash - # @api private - attr_writer :resource_collection - module Deprecated ### # These need to be settable so deploy can run a resource_collection |