Class: Gem2exe::Cli::RootCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Gem2exe::Cli::RootCommand
- Defined in:
- lib/gem2exe/cli/root_command.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
21 22 23 24 25 26 |
# File 'lib/gem2exe/cli/root_command.rb', line 21 def self.run super rescue StandardError => exc warn exc. warn exc.backtrace.join("\n") end |