Class: Superbot::CLI::Cloud::TestCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Superbot::CLI::Cloud::TestCommand
- Defined in:
- lib/superbot/cloud/cli/cloud/test_command.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
15 16 17 18 19 20 |
# File 'lib/superbot/cloud/cli/cloud/test_command.rb', line 15 def self.run super rescue StandardError => exc warn exc. warn exc.backtrace.join("\n") end |