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