Class: Autowow::Executor::Pretty
- Inherits:
-
TTY::Command::Printers::Pretty
- Object
- TTY::Command::Printers::Pretty
- Autowow::Executor::Pretty
- Defined in:
- lib/autowow/executor.rb
Instance Method Summary collapse
- #print_command_err_data(cmd, *args) ⇒ Object
- #print_command_exit(cmd, status, runtime, *args) ⇒ Object
- #print_command_out_data(cmd, *args) ⇒ Object
Instance Method Details
#print_command_err_data(cmd, *args) ⇒ Object
7 |
# File 'lib/autowow/executor.rb', line 7 def print_command_err_data(cmd, *args); end |
#print_command_exit(cmd, status, runtime, *args) ⇒ Object
8 9 10 11 |
# File 'lib/autowow/executor.rb', line 8 def print_command_exit(cmd, status, runtime, *args) super write('') end |
#print_command_out_data(cmd, *args) ⇒ Object
6 |
# File 'lib/autowow/executor.rb', line 6 def print_command_out_data(cmd, *args); end |