class REXML::Parent
def []( index )
-
index
() -- the Integer index of the child to fetch
def []( index ) @children[index] end
index
(
)
-- the Integer index of the child to fetch
def []( index ) @children[index] end