Class: Rodbot::CLI::Commands::Stop

Inherits:
Rodbot::CLI::Command show all
Defined in:
lib/rodbot/cli/commands/stop.rb

Instance Method Summary collapse

Methods inherited from Rodbot::CLI::Command

#call

Instance Method Details

#rescued_callObject



9
10
11
# File 'lib/rodbot/cli/commands/stop.rb', line 9

def rescued_call(**)
  Rodbot::Services.new.interrupt
end