os/mac: add outdated_release? method.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6826cd68da
commit
7076ed890a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user