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

Version Path
fedux_org-stdlib-0.3.2 doc/commands.md
fedux_org-stdlib-0.3.0 doc/commands.md
fedux_org-stdlib-0.2.1 doc/commands.md
fedux_org-stdlib-0.1.3 doc/commands.md
fedux_org-stdlib-0.1.2 doc/commands.md
fedux_org-stdlib-0.1.1 doc/commands.md
fedux_org-stdlib-0.1.0 doc/commands.md
fedux_org-stdlib-0.0.39 doc/commands.md
fedux_org-stdlib-0.0.38 doc/commands.md
fedux_org-stdlib-0.0.37 doc/commands.md
fedux_org-stdlib-0.0.36 doc/commands.md
fedux_org-stdlib-0.0.35 doc/commands.md
fedux_org-stdlib-0.0.33 doc/commands.md
fedux_org-stdlib-0.0.32 doc/commands.md
fedux_org-stdlib-0.0.31 doc/commands.md