initialize_copy(orig)
Copy internal hash.
# File lib/set.rb, line 104 def initialize_copy(orig) @hash = orig.instance_variable_get(:@hash).dup end