Class: LicenseFinder::Logger::Progress
- 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 |