Flowdock
method

initialize_copy

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: RequirementList
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/resolver/requirement_list.rb, line 20
  def initialize_copy other # :nodoc:
    @exact = @exact.dup
    @list = @list.dup
  end
Register or log in to add new notes.