1
0
Fork 0
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:
Yusuke Endoh 2019-12-05 22:37:08 +09:00
parent f4d9daf2b6
commit d43b9eb22d

View file

@ -1285,6 +1285,7 @@ module DRb
end
end
end
@pool_proxy = make_pool
def self.stop_pool
@pool_proxy&.kill