class Gmortar::RootCommand

Public Class Methods

run() click to toggle source
Calls superclass method
# File lib/gmortar/root_command.rb, line 17
def self.run
  super
rescue StandardError => exc
  warn exc.message
  warn exc.backtrace.join("\n")
end