# File lib/hashery/ostructable.rb, line 80
  def initialize_copy(orig)
    super
    __table__.replace(__table__.dup)
  end