Class: LicenseFinder::Logger::Verbose
- Defined in:
- lib/license_finder/logger.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#log(prefix, string) ⇒ Object
48 49 50 |
# File 'lib/license_finder/logger.rb', line 48 def log prefix, string printf("%s: %s\n", prefix, string) end |