os/linux: add MacOS::CLT.version.

This allows formulae with this to be read on Linux.
This commit is contained in:
Mike McQuaid 2020-04-30 16:07:55 +01:00
parent e8a29a2d72
commit 6aca5a6c6d
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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