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