# File lib/ole/storage/base.rb, line 790 def children= children @children = [] children.each { |child| self << child } end