Class: Stable::Commands::StopAll

Inherits:
Object
  • Object
show all
Defined in:
lib/stable/commands/stop_all.rb

Overview

StopAll command - stops all Rails applications

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
# File 'lib/stable/commands/stop_all.rb', line 7

def call
  Services::AppStopperAll.new.call
end