Class: ReversedProgressBar

Inherits:
ProgressBar show all
Defined in:
lib/progress_bar.rb

Overview

Constant Summary

Constants inherited from ProgressBar

ProgressBar::VERSION

Instance Method Summary collapse

Methods inherited from ProgressBar

debug=, debug?, new, outio

Instance Method Details

#do_percentageObject



283
284
285
# File 'lib/progress_bar.rb', line 283

def do_percentage
  100 - super
end