summaryrefslogtreecommitdiff
path: root/lib/chef/run_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/run_context.rb')
-rw-r--r--lib/chef/run_context.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb
index 7ba7d9f33e..f37e9fb482 100644
--- a/lib/chef/run_context.rb
+++ b/lib/chef/run_context.rb
@@ -650,9 +650,7 @@ class Chef
protected
- attr_reader :cookbook_compiler
- attr_reader :loaded_attributes_hash
- attr_reader :loaded_recipes_hash
+ attr_reader :cookbook_compiler, :loaded_attributes_hash, :loaded_recipes_hash
#
# A child run context. Delegates all root context calls to its parent.