Flowdock
method

initialize_copy

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: SourceList
initialize_copy(other) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/source_list.rb, line 44
  def initialize_copy(other) # :nodoc:
    @sources = @sources.dup
  end
Register or log in to add new notes.