Merge pull request #8558 from MikeMcQuaid/os-linux-xcode
os/linux: add more Xcode stubs.
This commit is contained in:
commit
68daf9e759
@ -68,6 +68,10 @@ module OS
|
|||||||
def version
|
def version
|
||||||
Version::NULL
|
Version::NULL
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def installed?
|
||||||
|
false
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
module CLT
|
module CLT
|
||||||
@ -76,6 +80,10 @@ module OS
|
|||||||
def version
|
def version
|
||||||
Version::NULL
|
Version::NULL
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def installed?
|
||||||
|
false
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
# rubocop:enable Style/Documentation
|
# rubocop:enable Style/Documentation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user