Method: Locd::Launchctl.execute!
- Defined in:
- lib/locd/launchctl.rb
.execute!(*args) ⇒ Cmds::Result
Just like #execute but will raise if the exit status is not 0.
144 145 146 |
# File 'lib/locd/launchctl.rb', line 144 def self.execute! *args execute( *args ).assert end |