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