You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1163,6 +1163,8 @@ Converts the case of a string or of all strings in an array to lowercase.
1163
1163
1164
1164
#### `empty`
1165
1165
1166
+
**Deprecated. Puppet 5.5.0 has introduced an inbuilt `empty` function, that will take precedence over the stdlib function. See [Puppet 5.5.0 Release Notes](https://puppet.com/docs/puppet/5.5/release_notes.html#new-features).**
1167
+
1166
1168
Returns `true` if the argument is an array or hash that contains no elements, or an empty string. Returns `false` when the argument is a numerical value.
0 commit comments