Class: RTUI::ReversedProgress

Inherits:
Progress
  • Object
show all
Defined in:
lib/rtui/progress.rb

Instance Attribute Summary

Attributes inherited from Progress

#current, #start_time, #title, #total

Instance Method Summary collapse

Methods inherited from Progress

#clear, #components=, #file_transfer_mode, #finish, #finished?, #halt, #inc, #initialize, #inspect, #set, #subject=

Constructor Details

This class inherits a constructor from RTUI::Progress

Instance Method Details

#do_percentageObject



266
267
268
# File 'lib/rtui/progress.rb', line 266

def do_percentage
  100 - super
end