Class: VerboseShellRunner
- Inherits:
-
LoudShellRunner
- Object
- ShellRunner
- LoudShellRunner
- VerboseShellRunner
- Defined in:
- lib/sfb_scripts/shells/verbose_shell_runner.rb
Constant Summary
Constants inherited from ShellRunner
ShellRunner::CommandFailureError
Instance Attribute Summary
Attributes inherited from ShellRunner
Instance Method Summary collapse
Methods inherited from LoudShellRunner
Methods inherited from ShellRunner
#confirm?, #deny?, #enqueue, #exec, #exec_queue, #get_number_list_for_question, #handle_output_for, #initialize, #log, #notify, #reset_log, #shell_out, #warn
Constructor Details
This class inherits a constructor from ShellRunner
Instance Method Details
#run(*args) ⇒ Object
3 4 5 6 7 |
# File 'lib/sfb_scripts/shells/verbose_shell_runner.rb', line 3 def run(*args) super(*args).tap do |results| puts results end end |