class ProgressBar
UPA = Unknown Progress Animation
OOB = 'Out of Bounds'
Constants
- VERSION
Public Class Methods
create(*args)
click to toggle source
# File lib/progressbar.rb, line 16 def self.create(*args) ProgressBar::Base.new(*args) end