Class: Rodbot::CLI::Commands::Simulator
- Inherits:
-
Rodbot::CLI::Command
- Object
- Dry::CLI::Command
- Rodbot::CLI::Command
- Rodbot::CLI::Commands::Simulator
- Defined in:
- lib/rodbot/cli/commands/simulator.rb
Instance Method Summary collapse
Methods inherited from Rodbot::CLI::Command
Instance Method Details
#rescued_call(sender:, raw:) ⇒ Object
11 12 13 |
# File 'lib/rodbot/cli/commands/simulator.rb', line 11 def rescued_call(sender:, raw:, **) Rodbot::Simulator.new(sender, raw: raw).run end |