Class: Flucti::Utilities::ProgressBar

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

Constant Summary

Constants inherited from ProgressBar

ProgressBar::VERSION

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, #inspect, #set

Constructor Details

#initialize(*args) ⇒ ProgressBar

Returns a new instance of ProgressBar.



4
5
6
7
# File 'lib/flucti/utilities/progress_bar.rb', line 4

def initialize(*args)
  super
  @bar_mark = "="
end