Class: Stable::Commands::StopAll
- Inherits:
-
Object
- Object
- Stable::Commands::StopAll
- Defined in:
- lib/stable/commands/stop_all.rb
Overview
StopAll command - stops all Rails applications
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
7 8 9 |
# File 'lib/stable/commands/stop_all.rb', line 7 def call Services::AppStopperAll.new.call end |