Class: Suma::LinkValidation::NullProgress
- Inherits:
-
Object
- Object
- Suma::LinkValidation::NullProgress
- Defined in:
- lib/suma/link_validation.rb
Overview
Default no-op progress adapter. Callers that want a real progress
bar pass an object responding to #start(title, total) and
#increment; this satisfies the same interface without forcing
the dependency.
Instance Method Summary collapse
Instance Method Details
#increment ⇒ Object
76 |
# File 'lib/suma/link_validation.rb', line 76 def increment; end |
#start(_title, _total) ⇒ Object
74 |
# File 'lib/suma/link_validation.rb', line 74 def start(_title, _total); end |