Method: RunLoop::Xcode#v91
- Defined in:
- lib/run_loop/xcode.rb
#v91 ⇒ RunLoop::Version
Returns a version instance for Xcode 9.1; used to check for the availability of features and paths to various items on the filesystem
65 66 67 |
# File 'lib/run_loop/xcode.rb', line 65 def v91 fetch_version(:v91) end |