class REXML::Parent
def initialize parent=nil
-
parent
() -- if supplied, will be set as the parent of this object
def initialize parent=nil super(parent) @children = [] end
parent
(
)
-- if supplied, will be set as the parent of this object
def initialize parent=nil super(parent) @children = [] end