class Bundler::RubygemsIntegration

def fetch_specs(all, pre, &blk)

def fetch_specs(all, pre, &blk)
  Gem::SpecFetcher.new.list(all, pre).each(&blk)
end