From: Helen Campbell Date: Wed, 23 Sep 2015 10:27:48 +0000 (+0100) Subject: Adding update to empty function readme X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=92b068ad20b2f3a0a8ef8847eb45124a95c395d9;p=puppet-stdlib.git Adding update to empty function readme --- diff --git a/README.markdown b/README.markdown index 1cf7b32..27dd0a7 100644 --- a/README.markdown +++ b/README.markdown @@ -224,7 +224,7 @@ Converts the case of a string or of all strings in an array to lowercase. *Type* #### `empty` -Returns 'true' if the variable is empty. *Type*: rvalue. +Returns true if the argument is an array or hash that contains no elements, or an empty string. *Type*: rvalue. #### `ensure_packages`