class ProgressBar

UPA = Unknown Progress Animation

OOB = 'Out of Bounds'

rubocop:disable Style/InlineComment

Constants

VERSION

Public Class Methods

create(*args) click to toggle source
# File lib/ruby-progressbar.rb, line 18
def self.create(*args)
  ProgressBar::Base.new(*args)
end