# File temp/parent.rb, line 12
def
initialize
parent
=
nil
super
(
parent
)
@children
= []
end