os/mac: add outdated_release? method.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Mike McQuaid 2016-01-09 10:21:25 +00:00
parent 6826cd68da
commit 7076ed890a

View File

@ -28,6 +28,11 @@ module OS
version >= "10.12"
end
def outdated_release?
# TODO: bump version when new OS is released
version < "10.9"
end
def cat
version.to_sym
end