# File lib/ole/storage/base.rb, line 839
      def each_child(&block)
        @children.each(&block)
      end