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