Class: LicenseFinder::Logger::Progress

Inherits:
Base
  • Object
show all
Defined in:
lib/license_finder/logger.rb

Instance Method Summary collapse

Instance Method Details

#log(_prefix, _string, _options = {}) ⇒ Object



36
37
38
# File 'lib/license_finder/logger.rb', line 36

def log(_prefix, _string, _options = {})
  print('.') && $stdout.flush
end