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 09:11:41 -0800
commitd1361a3b50331d10beeac0de906f9d4bb47dea45 (patch)
tree8a0496209bdf50d2f558083df308fa72eaa1ee97
parent11421f498a54aa5322a5a49009da32cbf7439696 (diff)
downloadchef-d1361a3b50331d10beeac0de906f9d4bb47dea45.tar.gz
Add @since to the latest helper
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]
#