= private = protected
initialize_dup(orig)
Dup internal hash.
# File lib/set.rb, line 134 def initialize_dup(orig) super @hash = orig.instance_variable_get(:@hash).dup end