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