method
close_all
v2_6_3 -
Show latest stable
- Class:
Gem::RemoteFetcher
close_all()public
No documentation available.
# File lib/rubygems/remote_fetcher.rb, line 348
def close_all
@pools.each_value {|pool| pool.close_all}
end