Skip to content

Commit

Permalink
lib/drb/drb.rb: suppress warning: instance variable @pool_proxy not i…
Browse files Browse the repository at this point in the history
…nitialized
  • Loading branch information
mame committed Dec 5, 2019
1 parent f4d9daf commit d43b9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/drb/drb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,7 @@ def self.make_pool
end
end
end
@pool_proxy = make_pool

def self.stop_pool
@pool_proxy&.kill
Expand Down

0 comments on commit d43b9eb

Please sign in to comment.