Class: Chekku::Checker
- Inherits:
-
Thor
- Object
- Thor
- Chekku::Checker
- Includes:
- Thor::Actions
- Defined in:
- lib/chekku/checker.rb
Instance Method Summary collapse
-
#checks ⇒ Object
Checks the software dependencies based on the chekku files.
Instance Method Details
#checks ⇒ Object
Checks the software dependencies based on the chekku files
14 15 16 17 18 |
# File 'lib/chekku/checker.rb', line 14 def checks @chekkufile = [:chekkufile] verify_chekku_file_existence check_dependencies end |