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