Document that Xcode.prefix can be nil
This commit is contained in:
parent
fe37cc5271
commit
af36139218
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user