提交 b685095f 编写于 作者: X Xavier Noria

remove explicit File.expand_path call

上级 04623291
......@@ -84,7 +84,7 @@ def base_directories
end
def existing_parent(dir)
dir = Pathname.new(File.expand_path(dir))
dir = Pathname.new(expand_path(dir))
loop do
if dir.directory?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册