class Gem::SourceList

def initialize_copy(other) # :nodoc:

:nodoc:
def initialize_copy(other) # :nodoc:
  @sources = @sources.dup
end