Class: Ruby2exe::Cli::RootCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/ruby2exe/cli/root_command.rb

Class Method Summary collapse

Class Method Details

.runObject



18
19
20
21
22
23
# File 'lib/ruby2exe/cli/root_command.rb', line 18

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