# File temp/child.rb, line 51
                def parent=( other )
                        return @parent if @parent == other
                        @parent.delete self if defined? @parent and @parent
                        @parent = other
                end