Class: Rodbot::CLI::Commands::Stop
- Inherits:
-
Rodbot::CLI::Command
- Object
- Dry::CLI::Command
- Rodbot::CLI::Command
- Rodbot::CLI::Commands::Stop
- Defined in:
- lib/rodbot/cli/commands/stop.rb
Instance Method Summary collapse
Methods inherited from Rodbot::CLI::Command
Instance Method Details
#rescued_call ⇒ Object
9 10 11 |
# File 'lib/rodbot/cli/commands/stop.rb', line 9 def rescued_call(**) Rodbot::Services.new.interrupt end |