module XCApp

Constants

VERSION

Public Class Methods

exit_gracefully(reason) click to toggle source
# File lib/xcapp.rb, line 8
def self.exit_gracefully reason
  say reason if reason
  say 'Exiting...'
  exit
end