module XCPerfect

XCPerfect contains class level functions

VERSION is used in the `Gemfile`, and when displaying the version to the user via `xcperfect -v`

Constants

VERSION

Public Class Methods

exit_with_error(message) click to toggle source
# File lib/xcperfect.rb, line 12
def self.exit_with_error(message)
  $stderr.puts "[!] #{message}"
  exit 1
end