Class: LicenseFinder::Logger::Progress

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

Instance Method Summary collapse

Methods inherited from Base

#activation, #active, #installed, #package

Instance Method Details

#log(prefix, string) ⇒ Object



79
80
81
# File 'lib/license_finder/logger.rb', line 79

def log prefix, string
  print(".") && $stdout.flush
end