Method: RunLoop::Core.xcode_version

Defined in:
lib/run_loop/core.rb

.xcode_version(xcode = RunLoop::Xcode.new) ⇒ Object

Deprecated.

1.0.0 replaced with Xctools#version



662
663
664
# File 'lib/run_loop/core.rb', line 662

def self.xcode_version(xcode=RunLoop::Xcode.new)
  xcode.version
end