initialize_copy(orig)
Copy internal hash.
# File lib/set.rb, line 81 def initialize_copy(orig) @hash = orig.instance_eval{@hash}.dup end