зеркало из https://github.com/github/ruby.git
Use `warn` with `uplevel:` instead of `caller`
This commit is contained in:
Родитель
f6a666a1fc
Коммит
d6e68bb263
|
@ -8,7 +8,7 @@ class << Thread
|
|||
def exclusive(&block) end if false
|
||||
mutex = Mutex.new # :nodoc:
|
||||
define_method(:exclusive) do |&block|
|
||||
warn "Thread.exclusive is deprecated, use Thread::Mutex", caller
|
||||
warn "Thread.exclusive is deprecated, use Thread::Mutex", uplevel: 1
|
||||
mutex.synchronize(&block)
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче