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.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -474,6 +474,10 @@ Boolean check to determine whether a variable is of a given data type. This is e
474
474
See the [the Puppet type system](https://docs.puppetlabs.com/references/latest/type.html#about-resource-types) for more information about types.
475
475
See the [`assert_type()`](https://docs.puppetlabs.com/references/latest/function.html#asserttype) function for flexible ways to assert the type of a value.
476
476
477
+
#### `is_absolute_path`
478
+
479
+
Returns 'true' if the given path is absolute. *Type*: rvalue.
480
+
477
481
#### `is_array`
478
482
479
483
Returns 'true' if the variable passed to this function is an array. *Type*: rvalue.
0 commit comments