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