зеркало из https://github.com/github/ruby.git
Use `&.` instead of modifier if
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4602d8e2b7
Коммит
cb67e0bd9c
|
@ -657,8 +657,8 @@ module Open3
|
|||
end
|
||||
pid = spawn(*cmd, cmd_opts)
|
||||
wait_thrs << Process.detach(pid)
|
||||
r.close if r
|
||||
w2.close if w2
|
||||
r&.close
|
||||
w2&.close
|
||||
r = r2
|
||||
}
|
||||
result = parent_io + [wait_thrs]
|
||||
|
|
Загрузка…
Ссылка в новой задаче