= private = protected
remove()
Removes this child from the parent.
Returns
self
# File lib/rexml/child.rb, line 36 def remove unless @parent.nil? @parent.delete self end self end