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