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



7
8
9
# File 'lib/tty/command/printers/progress.rb', line 7

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

#writeObject



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

def write(*)
end