Sha256: b7ac8039db9b07429e15141567835b4a327640398600cbcfd35f08734705762e
Contents?: true
Size: 291 Bytes
Versions: 120
Compression:
Stored size: 291 Bytes
Contents
# FeduxOrgStdlib::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
120 entries across 120 versions & 1 rubygems