summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-09-21 13:43:56 +0100
committerGitHub <noreply@github.com>2018-09-21 13:43:56 +0100
commit44ab38f9d127bcfb92ef88406edae3a05dc33f61 (patch)
tree7bef283f1cc350e8c26e9d61e4663527611b4218
parent859571775d28eb4f2922614abe1114db1a23094e (diff)
parent9ceb4153ae1c01badfcb2bd652bf66d15feabd4a (diff)
downloadchef-44ab38f9d127bcfb92ef88406edae3a05dc33f61.tar.gz
Merge pull request #7668 from chef/yard++
Add a tiny bit more yard
-rw-r--r--lib/chef/resource/action_class.rb2
-rw-r--r--lib/chef/resource/mount.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/action_class.rb b/lib/chef/resource/action_class.rb
index 1bb3decb75..1c25e3278e 100644
--- a/lib/chef/resource/action_class.rb
+++ b/lib/chef/resource/action_class.rb
@@ -64,7 +64,7 @@ class Chef
@current_resource = current_resource
end
- # XXX: remove in Chef-14
+ # @todo: remove in Chef-15
def self.include_resource_dsl?
true
end
diff --git a/lib/chef/resource/mount.rb b/lib/chef/resource/mount.rb
index 68ecee2335..f3a8af7932 100644
--- a/lib/chef/resource/mount.rb
+++ b/lib/chef/resource/mount.rb
@@ -86,7 +86,7 @@ class Chef
private
# Used by the AIX provider to set fstype to nil.
- # TODO use property to make nil a valid value for fstype
+ # @todo use property to make nil a valid value for fstype
def clear_fstype
@fstype = nil
end