os/mac: remove MacOS.cat.
None of the supported versions are "cats" any more.
This commit is contained in:
parent
e2c76cce8e
commit
5595deaec6
@ -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