Class: Moonshot::Commands::Doctor
- Inherits:
-
Moonshot::Command
- Object
- Moonshot::Command
- Moonshot::Commands::Doctor
- Defined in:
- lib/moonshot/commands/doctor.rb
Instance Method Summary collapse
Methods inherited from Moonshot::Command
Instance Method Details
#execute ⇒ Object
9 10 11 |
# File 'lib/moonshot/commands/doctor.rb', line 9 def execute controller.doctor || raise('One or more checks failed.') end |