Class: HealthInspector::CLI
- Inherits:
-
Thor
- Object
- Thor
- HealthInspector::CLI
- Defined in:
- lib/health_inspector/cli.rb
Instance Method Summary collapse
Instance Method Details
#inspect(component = "") ⇒ Object
28 29 30 31 |
# File 'lib/health_inspector/cli.rb', line 28 def inspect(component="") checklists = component_to_checklists(component) Inspector.inspect( checklists, ) end |