diff options
author | John Keiser <john@johnkeiser.com> | 2015-12-10 14:36:11 -0800 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-12-10 14:55:20 -0800 |
commit | a924c7fa610e1e00c0343e5d81d511fbad8fa541 (patch) | |
tree | a11ce0e3ac3daa5fcd41da74bcff3844d0205dcc /lib/chef/resource.rb | |
parent | 1910740592068982a4b6f9ee58452375d60281d5 (diff) | |
download | chef-a924c7fa610e1e00c0343e5d81d511fbad8fa541.tar.gz |
Improve commentsjk/warn-dup-property
Diffstat (limited to 'lib/chef/resource.rb')
-rw-r--r-- | lib/chef/resource.rb | 2 |
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 # |