mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
lib/drb/drb.rb: suppress warning: instance variable @pool_proxy not initialized
This commit is contained in:
parent
f4d9daf2b6
commit
d43b9eb22d
1 changed files with 1 additions and 0 deletions
|
@ -1285,6 +1285,7 @@ module DRb
|
|||
end
|
||||
end
|
||||
end
|
||||
@pool_proxy = make_pool
|
||||
|
||||
def self.stop_pool
|
||||
@pool_proxy&.kill
|
||||
|
|
Loading…
Add table
Reference in a new issue