add( object )
No documentation available.
# File lib/rexml/parent.rb, line 18 def add( object ) object.parent = self @children << object object end