method
add
add( object )
public
Hide source
# File lib/rexml/parent.rb, line 18 def add( object ) object.parent = self @children << object object end