Method: RunLoop::Xcode#v63
- Defined in:
- lib/run_loop/xcode.rb
#v63 ⇒ RunLoop::Version
Returns a version instance for ‘Xcode 6.3`; 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 v63 fetch_version(:v63) end |