Class: Suma::SvgQuality::Scanner::NullProgress

Inherits:
Object
  • Object
show all
Defined in:
lib/suma/svg_quality/scanner.rb

Overview

Default no-op progress adapter. Real progress reporters are passed by the caller; this satisfies the same interface so the scanner can be invoked from specs without forcing the dependency.

Instance Method Summary collapse

Instance Method Details

#call(_index, _total, _report) ⇒ Object



44
# File 'lib/suma/svg_quality/scanner.rb', line 44

def call(_index, _total, _report); end