Class: Tapsoob::Progress::ReversedBar
- Defined in:
- lib/tapsoob/progress/bar.rb
Constant Summary
Constants inherited from Bar
Instance Attribute Summary
Attributes inherited from Bar
#current, #start_time, #title, #total
Instance Method Summary collapse
Methods inherited from Bar
#clear, #file_transfer_mode, #finish, #finished?, #format=, #format_arguments=, #halt, #inc, #initialize, #inspect, #set
Constructor Details
This class inherits a constructor from Tapsoob::Progress::Bar
Instance Method Details
#do_percentage ⇒ Object
236 237 238 |
# File 'lib/tapsoob/progress/bar.rb', line 236 def do_percentage 100 - super end |