зеркало из https://github.com/github/ruby.git
Use `&.` instead of modifier if
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
55539f9bb8
Коммит
ed2987cb62
|
@ -18,8 +18,8 @@ class TestPTY < Test::Unit::TestCase
|
|||
else
|
||||
assert_equal("a\r\n", r.gets)
|
||||
ensure
|
||||
r.close if r
|
||||
w.close if w
|
||||
r&.close
|
||||
w&.close
|
||||
Process.wait pid if pid
|
||||
end
|
||||
|
||||
|
@ -239,4 +239,3 @@ class TestPTY < Test::Unit::TestCase
|
|||
skip $!
|
||||
end
|
||||
end if defined? PTY
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче