提交 0b212117 编写于 作者: A Aaron Patterson

be explicit about arguments passed around

上级 5680a51d
......@@ -25,8 +25,8 @@ def find_all(path, prefixes = [], *args)
[]
end
def exists?(*args)
find_all(*args).any?
def exists?(path, prefixes, *args)
find_all(path, prefixes, *args).any?
end
protected
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册