Method: Boxen::Preflight::OS#run
- Defined in:
- lib/boxen/preflight/os.rb
#run ⇒ Object
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 |