Methods

"$*"ΒΆ

"$*"(components:Arr)

String expansion handler. Called automatically for every double-quoted string that has $* components.
Source: stdlib.ngs:2536

Example

"$*{ENV.PATH.split(":")}/od".filter(File(X))  # Find out where in PATH is the "od" binary