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