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