Method: RunLoop::Xcode#v80
- Defined in:
- lib/run_loop/xcode.rb
#v80 ⇒ RunLoop::Version
Returns a version instance for ‘Xcode 8.0`; used to check for the availability of features and paths to various items on the filesystem.
105 106 107 |
# File 'lib/run_loop/xcode.rb', line 105 def v80 fetch_version(:v80) end |