Class: Dip::Command::ExecRunner
- Inherits:
-
Object
- Object
- Dip::Command::ExecRunner
- Defined in:
- lib/dip/command.rb
Class Method Summary collapse
Class Method Details
.call(cmd, argv, env: {}, **options) ⇒ Object
12 13 14 |
# File 'lib/dip/command.rb', line 12 def self.call(cmd, argv, env: {}, **) ::Process.exec(env, cmd, *argv, ) end |