Method: Licensed::Reporters::StatusReporter#begin_report_app
- Defined in:
- lib/licensed/reporters/status_reporter.rb
#begin_report_app(app, report) ⇒ Object
Reports the start of checking records for an app
app - An application configuration report - A report containing information about the app evaluation
26 27 28 |
# File 'lib/licensed/reporters/status_reporter.rb', line 26 def begin_report_app(app, report) shell.info "Checking cached dependency records for #{app["name"]}" end |