# File rexml/parent.rb, line 103
    def []=( *args )
      args[-1].parent = self
      @children[*args[0..-2]] = args[-1]
    end