Fix type inference error

Tapioca doesn't like identical argument names.
This commit is contained in:
Jonathan Chang 2020-11-06 17:54:34 +11:00
parent 62b2e7e424
commit 65ae58282f

View File

@ -295,7 +295,7 @@ module Superenv
def set_x11_env_if_installed; end
def set_cpu_flags(_, _ = "", _ = {}); end
def set_cpu_flags(_arg0, _arg1 = "", _arg2 = {}); end
end
require "extend/os/extend/ENV/super"