os/mac: remove MacOS.cat.

None of the supported versions are "cats" any more.
This commit is contained in:
Mike McQuaid 2019-11-11 19:20:17 +00:00
parent e2c76cce8e
commit 5595deaec6
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
2 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,7 @@ module Utils
undef tag
def tag
MacOS.cat
MacOS.version.to_sym
end
end

View File

@ -58,10 +58,6 @@ module OS
version > latest_stable_version
end
def cat
version.to_sym
end
def languages
@languages ||= [
*ARGV.value("language")&.split(","),