Document that Xcode.prefix can be nil

This commit is contained in:
Tim D. Smith 2016-03-16 22:51:39 -07:00 committed by Xu Cheng
parent fe37cc5271
commit af36139218

View File

@ -34,6 +34,8 @@ module OS
installed? && version >= "4.3" && !MacOS::CLT.installed?
end
# Returns a Pathname object corresponding to Xcode.app's Developer
# directory or nil if Xcode.app is not installed
def prefix
@prefix ||=
begin