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 8 def self.create(*args) ProgressBar::Base.new(*args) end