From 4b298ad77a8388f0aae62daeca66659a8effeade Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Aug 2016 06:22:30 +0000 Subject: Use qualified names git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/sync.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sync.rb') diff --git a/lib/sync.rb b/lib/sync.rb index ad6caf0743..c95343594f 100644 --- a/lib/sync.rb +++ b/lib/sync.rb @@ -261,7 +261,7 @@ module Sync_m @sync_ex_locker = nil @sync_ex_count = 0 - @sync_mutex = Mutex.new + @sync_mutex = Thread::Mutex.new end def initialize(*args) -- cgit v1.2.3