Sha256: d399a9908e9ae1dafcea0390f840ea7bac7a7d515484c8e7e4ecf15b0eb4b65b
Contents?: true
Size: 273 Bytes
Versions: 536
Compression:
Stored size: 273 Bytes
Contents
#!/bin/bash -e source test/test.bash PATH=$PWD/bin:$PATH source bash+ functions=( use import fcopy findlib die warn can ) for f in ${functions[@]}; do is "$(type -t "bash+:$f")" function \ "bash+:$f is a function" done done_testing 7
Version data entries
536 entries across 268 versions & 4 rubygems