summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/dsl/platform.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-02-03 19:46:09 -0800
committerTim Smith <tsmith84@gmail.com>2020-02-05 09:10:47 -0800
commit2d68bd08d27a7549e293e432766bbb139a56d4d2 (patch)
treefae1f7aae0935480667d55919302b033d2e10468 /chef-utils/lib/chef-utils/dsl/platform.rb
parent3748ef92205371435c3c2c33c2f0492905f3a8e4 (diff)
downloadchef-2d68bd08d27a7549e293e432766bbb139a56d4d2.tar.gz
More yard for chef-utils
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef-utils/lib/chef-utils/dsl/platform.rb')
-rw-r--r--chef-utils/lib/chef-utils/dsl/platform.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/chef-utils/lib/chef-utils/dsl/platform.rb b/chef-utils/lib/chef-utils/dsl/platform.rb
index 8ea486b268..8af405d51c 100644
--- a/chef-utils/lib/chef-utils/dsl/platform.rb
+++ b/chef-utils/lib/chef-utils/dsl/platform.rb
@@ -303,7 +303,7 @@ module ChefUtils
node["platform"] == "dragonfly"
end
- # Determine if the current node is MacOS.
+ # Determine if the current node is macOS.
#
# @param [Chef::Node] node the node to check
# @since 15.5
@@ -316,7 +316,7 @@ module ChefUtils
# chef-sugar backcompat method
alias_method :mac_os_x_platform?, :macos_platform?
- # Determine if the current node is gentoo
+ # Determine if the current node is Gentoo.
#
# @param [Chef::Node] node the node to check
# @since 15.5
@@ -327,7 +327,7 @@ module ChefUtils
node["platform"] == "gentoo"
end
- # Determine if the current node is slackware.
+ # Determine if the current node is Slackware.
#
# @param [Chef::Node] node the node to check
# @since 15.5