Class: Omnizip::Progress::SilentReporter
- Inherits:
-
ProgressReporter
- Object
- ProgressReporter
- Omnizip::Progress::SilentReporter
- Defined in:
- lib/omnizip/progress/silent_reporter.rb
Overview
Silent progress reporter that produces no output.
This reporter is useful when you want to track progress internally but don't want any visible output.
Instance Method Summary collapse
-
#report(_progress) ⇒ Object
Report progress (does nothing).
Methods inherited from ProgressReporter
Instance Method Details
#report(_progress) ⇒ Object
Report progress (does nothing)
17 18 19 |
# File 'lib/omnizip/progress/silent_reporter.rb', line 17 def report(_progress) # Intentionally does nothing end |