summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource.rb')
-rw-r--r--lib/chef/resource.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb
index 4864ad8816..f969ccd84c 100644
--- a/lib/chef/resource.rb
+++ b/lib/chef/resource.rb
@@ -624,6 +624,8 @@ class Chef
# If we are currently running an action, this shows the action we are running.
# If the resource is running multiple actions at once, this will show the most recent.
#
+ # Do NOT use this. It may be removed. It is for internal purposes only.
+ # @api private
attr_reader :currently_running_action
#