# File lib/recursive_open_struct/ruby_19_backport.rb, line 4 def initialize_copy(orig) super @table.each_key{|key| new_ostruct_member(key)} end