Class: Wp2txt::ReversedProgressBar

Inherits:
ProgressBar show all
Defined in:
lib/wp2txt/progressbar.rb

Instance Attribute Summary

Attributes inherited from ProgressBar

#current, #start_time, #title, #total

Instance Method Summary collapse

Methods inherited from ProgressBar

#clear, #file_transfer_mode, #finish, #finished?, #format=, #format_arguments=, #halt, #inc, #initialize, #inspect, #set

Constructor Details

This class inherits a constructor from Wp2txt::ProgressBar

Instance Method Details

#do_percentageObject



234
235
236
# File 'lib/wp2txt/progressbar.rb', line 234

def do_percentage
  100 - super
end