summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/path_helper.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-05-30 21:04:30 -0700
committerTim Smith <tsmith@chef.io>2018-05-30 21:04:30 -0700
commitcb8f2a4212e82b3ae50bda772391c435c0d4a55a (patch)
tree229f3b5379792bf8e685d0d7f6ffdad983cef852 /chef-config/lib/chef-config/path_helper.rb
parent087827cc0217273f8e33ca2050b27285ff8bc127 (diff)
downloadchef-cb8f2a4212e82b3ae50bda772391c435c0d4a55a.tar.gz
Add proper deprecated tags on methods
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef-config/lib/chef-config/path_helper.rb')
-rw-r--r--chef-config/lib/chef-config/path_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/path_helper.rb b/chef-config/lib/chef-config/path_helper.rb
index 6341ffe4e6..84eadd86b4 100644
--- a/chef-config/lib/chef-config/path_helper.rb
+++ b/chef-config/lib/chef-config/path_helper.rb
@@ -152,7 +152,7 @@ module ChefConfig
canonical_path(path1) == canonical_path(path2)
end
- # Note: this method is deprecated. Please use escape_glob_dirs
+ # @deprecated this method is deprecated. Please use escape_glob_dirs
# Paths which may contain glob-reserved characters need
# to be escaped before globbing can be done.
# http://stackoverflow.com/questions/14127343