Method: Boxen::Preflight::OS#run

Defined in:
lib/boxen/preflight/os.rb

#runObject



10
11
12
# File 'lib/boxen/preflight/os.rb', line 10

def run
  abort "You must be running one of the following OS X versions: #{SUPPORTED_RELEASES.join(' ')}."
end