Method: ConfCtl::MachineControl#execute!
- Defined in:
- lib/confctl/machine_control.rb
#execute! {|out, err| ... } ⇒ TTY::Command::Result
Execute command, no exception raised on error
132 133 134 |
# File 'lib/confctl/machine_control.rb', line 132 def execute!(...) run_cmd!(...) end |