Merge pull request #6725 from MikeMcQuaid/remove-cat
os/mac: remove MacOS.cat.
This commit is contained in:
commit
7b77dc4d0c
@ -6,7 +6,7 @@ module Utils
|
||||
undef tag
|
||||
|
||||
def tag
|
||||
MacOS.cat
|
||||
MacOS.version.to_sym
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@ -58,10 +58,6 @@ module OS
|
||||
version > latest_stable_version
|
||||
end
|
||||
|
||||
def cat
|
||||
version.to_sym
|
||||
end
|
||||
|
||||
def languages
|
||||
@languages ||= [
|
||||
*ARGV.value("language")&.split(","),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user