Class: Superbot::CLI::LocalCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Superbot::CLI::LocalCommand
- Defined in:
- lib/superbot/local/cli/local_command.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
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. warn exc.backtrace.join("\n") end |