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