class Gem::SourceList

def replace(other)

def replace(other)
  clear
  other.each do |x|
    self << x
  end
  self
end