Class: LicenseFinder::Logger::Progress
- Defined in:
- lib/license_finder/logger.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#log(prefix, string) ⇒ Object
46 47 48 |
# File 'lib/license_finder/logger.rb', line 46 def log prefix, string STDOUT.print(".") && STDOUT.flush end |