class Gem::SourceList

def initialize_copy(other)

def initialize_copy(other)
  @sources = @sources.dup
end