Class: LoudShellRunner

Inherits:
ShellRunner show all
Defined in:
lib/loud_shell_runner.rb

Constant Summary

Constants inherited from ShellRunner

ShellRunner::CommandFailureError

Instance Attribute Summary

Attributes inherited from ShellRunner

#log_path, #working_directory

Instance Method Summary collapse

Methods inherited from ShellRunner

#confirm?, #deny?, #enqueue, #exec, #exec_queue, #initialize, #log, #notify, #reset_log, #warn

Constructor Details

This class inherits a constructor from ShellRunner

Instance Method Details

#run(*args) ⇒ Object



5
6
7
8
9
# File 'lib/loud_shell_runner.rb', line 5

def run(*args)
  super(*args).tap do |results|
    puts results
  end
end