class Bundler::SourceList

def add_rubygems_remote(uri)

def add_rubygems_remote(uri)
  @rubygems_aggregate.add_remote(uri)
  @rubygems_aggregate
end