Copy internal hash.
# File set.rb, line 77 def initialize_copy(orig) @hash = orig.instance_eval{@hash}.dup end
<code/>
<pre/>
<code/>and<pre/>for code samples.