Class: Sprout::ReversedProgressBar

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

Constant Summary

Constants inherited from ProgressBar

VERSION

Instance Method Summary (collapse)

Methods inherited from ProgressBar

debug=, debug?, new, outio

Instance Method Details

- (Object) do_percentage



269
270
271
# File 'lib/sprout/progress_bar.rb', line 269

def do_percentage
  100 - super
end