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