summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-02-05 09:11:41 -0800
committerTim Smith <tsmith84@gmail.com>2020-02-05 11:10:19 -0800
commitf182cac53373dc8847fcf9b929213d0a90668cfc (patch)
tree1503694b476ddd9a66eb88f0990c49011bc7eed6
parent2f597bea98cc64a42af568c862822ac6133499b5 (diff)
downloadchef-utils-15.tar.gz
Add @since to the latest helperchef-utils-15
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--chef-utils/lib/chef-utils/dsl/platform_version.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/dsl/platform_version.rb b/chef-utils/lib/chef-utils/dsl/platform_version.rb
index 9d576b797a..3d6269dc42 100644
--- a/chef-utils/lib/chef-utils/dsl/platform_version.rb
+++ b/chef-utils/lib/chef-utils/dsl/platform_version.rb
@@ -25,7 +25,8 @@ module ChefUtils
# Return the platform_version for the node. Acts like a String
# but also provides a mechanism for checking version constraints.
#
- # @param [Chef::Node] node
+ # @param [Chef::Node] node the node to check
+ # @since 15.8
#
# @return [ChefUtils::VersionString]
#