method
add
v2_2_9 -
Show latest stable
- Class:
REXML::Parent
add( object )public
No documentation available.
# File lib/rexml/parent.rb, line 17
def add( object )
object.parent = self
@children << object
object
end