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