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