Merge pull request #8558 from MikeMcQuaid/os-linux-xcode

os/linux: add more Xcode stubs.
This commit is contained in:
Mike McQuaid 2020-09-01 13:14:59 +01:00 committed by GitHub
commit 68daf9e759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,10 @@ module OS
def version
Version::NULL
end
def installed?
false
end
end
module CLT
@ -76,6 +80,10 @@ module OS
def version
Version::NULL
end
def installed?
false
end
end
end
# rubocop:enable Style/Documentation