Method: RunLoop::Xcode#version_gte_91?

Defined in:
lib/run_loop/xcode.rb

#version_gte_91?Boolean

Is the active Xcode version 9.1 or above?

Returns:

  • (Boolean)

    ‘true` if the current Xcode version is >= 9.1



140
141
142
# File 'lib/run_loop/xcode.rb', line 140

def version_gte_91?
  version >= v91
end