Class: Rodbot::CLI::Commands::Simulator

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

Instance Method Summary collapse

Methods inherited from Rodbot::CLI::Command

#call

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