class Bundler::Source::RubygemsAggregate

def initialize(sources, source_map)

def initialize(sources, source_map)
  @sources = sources
  @source_map = source_map
  @index = build_index
end