Method: Kafo::KafoConfigure.run

Defined in:
lib/kafo/kafo_configure.rb

.runObject



53
54
55
56
57
# File 'lib/kafo/kafo_configure.rb', line 53

def run
  return super
rescue SystemExit
  self.exit_handler.exit(self.exit_code) # fail in initialize
end