Module: Bonito::ProgressCounter::ClassMethods
- Defined in:
- lib/bonito/progress.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#factory(*args) ⇒ Object
19 20 21 |
# File 'lib/bonito/progress.rb', line 19 def factory(*args) ->(total: nil, prefix: nil) { new(*args, total: total, prefix: prefix) } end |