From f182cac53373dc8847fcf9b929213d0a90668cfc Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 5 Feb 2020 09:11:41 -0800 Subject: Add @since to the latest helper Signed-off-by: Tim Smith --- chef-utils/lib/chef-utils/dsl/platform_version.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] # -- cgit v1.2.1