Merge pull request #6725 from MikeMcQuaid/remove-cat

os/mac: remove MacOS.cat.
This commit is contained in:
Mike McQuaid 2019-11-12 04:59:19 +00:00 committed by GitHub
commit 7b77dc4d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(","),