Class: EasyCreds::Doctor
- Inherits:
-
Object
- Object
- EasyCreds::Doctor
- Defined in:
- lib/easy_creds/doctor.rb
Instance Method Summary collapse
-
#initialize(root: nil, verbose: false) ⇒ Doctor
constructor
A new instance of Doctor.
- #run ⇒ Object
Constructor Details
Instance Method Details
#run ⇒ Object
11 12 13 14 15 16 17 18 19 20 |
# File 'lib/easy_creds/doctor.rb', line 11 def run check_op_installed check_op_signed_in check_vault check_project check_gitignore print_summary @checks.all? { |c| c[:ok] } end |