Module: Autowow::Commands::Os
- Includes:
- ReflectionUtils::CreateModuleFunctions
- Included in:
- Features::Os
- Defined in:
- lib/autowow/commands/os.rb
Instance Method Summary collapse
Instance Method Details
#which(cmd) ⇒ Object
4 5 6 |
# File 'lib/autowow/commands/os.rb', line 4 def which(cmd) ["which", cmd] end |