Skip to content
Snippets Groups Projects
Commit 65ae5828 authored by Jonathan Chang's avatar Jonathan Chang
Browse files

Fix type inference error

Tapioca doesn't like identical argument names.
parent 62b2e7e4
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment