Class: TTY::Command::Printers::Progress

Inherits:
Abstract
  • Object
show all
Defined in:
lib/tty/command/printers/progress.rb

Instance Attribute Summary

Attributes inherited from Abstract

#err_data, #options, #out_data, #output

Instance Method Summary collapse

Methods inherited from Abstract

#initialize, #print_command_err_data, #print_command_out_data, #print_command_start

Constructor Details

This class inherits a constructor from TTY::Command::Printers::Abstract

Instance Method Details



12
13
14
# File 'lib/tty/command/printers/progress.rb', line 12

def print_command_exit(cmd, status, runtime, *args)
  output.print(success_or_failure(status))
end

#writeObject



16
17
# File 'lib/tty/command/printers/progress.rb', line 16

def write(*)
end