Merge pull request #7470 from MikeMcQuaid/clt-linux
os/linux: add MacOS::CLT.version.
This commit is contained in:
commit
566cec4b58
@ -68,5 +68,13 @@ module OS
|
|||||||
Version::NULL
|
Version::NULL
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module CLT
|
||||||
|
module_function
|
||||||
|
|
||||||
|
def version
|
||||||
|
Version::NULL
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user