Module: Shell
- Defined in:
- lib/shell/executer.rb
Defined Under Namespace
Classes: Executer
Class Method Summary collapse
-
.execute(command, options = {}, &block) ⇒ Object
Shorthand for Shell::Executer#execute.
-
.execute!(command, options = {}, &block) ⇒ Object
Shorthand for Shell::Executer#execute!.