Module: DocHealth
- Defined in:
- lib/doc_health.rb,
lib/doc_health/cli.rb,
lib/doc_health/git.rb,
lib/doc_health/report.rb,
lib/doc_health/version.rb
Defined Under Namespace
Classes: CLI, Error, Git, Report
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.health_report ⇒ Object
10 11 12 13 |
# File 'lib/doc_health.rb', line 10 def self.health_report = DocHealth::CLI. Report.new().generate end |