Prefer qualified names under Thread

This commit is contained in:
Nobuyoshi Nakada 2021-06-28 23:01:53 +09:00
parent 983c9ad3f1
commit 9eae8cdefb
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
23 changed files with 181 additions and 179 deletions

View file

@ -814,7 +814,7 @@ end.join
bug12741 = '[ruby-core:77222] [Bug #12741]'
x = Thread.current
q = Queue.new
q = Thread::Queue.new
y = Thread.start do
q.pop
begin