From d32ce3fbe39639c9050f0f349ebf588b08844c9c Mon Sep 17 00:00:00 2001 From: Pete Higgins Date: Tue, 16 Jun 2020 17:20:06 -0700 Subject: Add a doc comment. Signed-off-by: Pete Higgins --- lib/chef/resource.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb index ec99017b6d..99cba4b90c 100644 --- a/lib/chef/resource.rb +++ b/lib/chef/resource.rb @@ -451,7 +451,12 @@ class Chef description: "Determines whether or not the resource is executed during the compile time phase.", default: false, desired_state: false - # TODO: fill in doc info + # Set a umask to be used for the duration of converging the resource. + # Defaults to `nil`, which means to use the system umask. + # + # @param arg [String] The umask to apply while converging the resource. + # @return [Boolean] The umask to apply while converging the resource. + # property :umask, String, desired_state: false # The time it took (in seconds) to run the most recently-run action. Not -- cgit v1.2.1