Sha256: 4e49006be444dee334283f96aa2b9eb6e572e6ee9cfde96f1a8e3338cf8af791
Contents?: true
Size: 293 Bytes
Versions: 15
Compression:
Stored size: 293 Bytes
Contents
# FeduxOrg::Stdlib::Command ## Usage ### which Searches command in PATH. It supports the usage of a full path as well. ```ruby require 'fedux_org/stdlib/command' class XY include Command def method cmd_path = which( 'echo' ) cmd_path = which( '/usr/bin/echo' ) end end ```
Version data entries
15 entries across 15 versions & 1 rubygems