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