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