# File lib/bundler/rubygems_integration.rb, line 85 def fetch_specs(all, pre, &blk) Gem::SpecFetcher.new.list(all, pre).each(&blk) end