# File wm.rb, line 205
def
children
indices
.
map
{
|
i
|
@childClass
.
new
"#{@path}/#{i}"
}
end