method
add
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
add( object )
public
Hide source
# File lib/rexml/parent.rb, line 18 def add( object ) object.parent = self @children << object object end