summaryrefslogtreecommitdiff
path: root/lib/chef/run_lock.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/run_lock.rb')
-rw-r--r--lib/chef/run_lock.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/run_lock.rb b/lib/chef/run_lock.rb
index a7c66837d5..c35947bb08 100644
--- a/lib/chef/run_lock.rb
+++ b/lib/chef/run_lock.rb
@@ -36,9 +36,7 @@ class Chef
class RunLock
include Chef::Mixin::CreatePath
- attr_reader :runlock
- attr_reader :mutex
- attr_reader :runlock_file
+ attr_reader :runlock, :mutex, :runlock_file
# Create a new instance of RunLock
# === Arguments