mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Prefer qualified names under Thread
This commit is contained in:
parent
983c9ad3f1
commit
9eae8cdefb
23 changed files with 181 additions and 179 deletions
|
@ -28,7 +28,7 @@ end
|
|||
|
||||
class ChatServer
|
||||
def initialize
|
||||
@mutex = Mutex.new
|
||||
@mutex = Thread::Mutex.new
|
||||
@members = {}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue