Class: ProgressBar

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-progressbar.rb,
lib/ruby-progressbar/base.rb,
lib/ruby-progressbar/time.rb,
lib/ruby-progressbar/version.rb,
lib/ruby-progressbar/formatter.rb,
lib/ruby-progressbar/format/base.rb,
lib/ruby-progressbar/components/bar.rb,
lib/ruby-progressbar/components/rate.rb,
lib/ruby-progressbar/format/molecule.rb,
lib/ruby-progressbar/components/timer.rb,
lib/ruby-progressbar/length_calculator.rb,
lib/ruby-progressbar/components/throttle.rb,
lib/ruby-progressbar/components/progressable.rb,
lib/ruby-progressbar/components/elapsed_timer.rb,
lib/ruby-progressbar/components/estimated_timer.rb,
lib/ruby-progressbar/running_average_calculator.rb,
lib/ruby-progressbar/errors/invalid_progress_error.rb

Defined Under Namespace

Modules: Components, Format, Formatter, LengthCalculator Classes: Base, InvalidProgressError, RunningAverageCalculator, Time

Constant Summary collapse

VERSION =
'1.6.1'

Class Method Summary collapse

Class Method Details

.create(*args) ⇒ Object



9
10
11
# File 'lib/ruby-progressbar.rb', line 9

def self.create(*args)
  ProgressBar::Base.new(*args)
end