# File lib/ole/storage/base.rb, line 914 def << child child.parent = self @name_lookup[child.name] = child @children << child end