Method: Ardm::SubjectSet#initialize_copy

Defined in:
lib/ardm/support/subject_set.rb

#initialize_copyObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Initialize a copy of a SubjectSet



104
105
106
# File 'lib/ardm/support/subject_set.rb', line 104

def initialize_copy(*)
  @entries = @entries.dup
end