Class: Superbot::CLI::LocalCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/superbot/local/cli/local_command.rb

Class Method Summary collapse

Class Method Details

.runObject



12
13
14
15
16
17
# File 'lib/superbot/local/cli/local_command.rb', line 12

def self.run
  super
rescue StandardError => exc
  warn exc.message
  warn exc.backtrace.join("\n")
end