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, #package

Instance Method Details

#log(prefix, string) ⇒ Object



53
54
55
# File 'lib/license_finder/logger.rb', line 53

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