# File temp/parent.rb, line 28
    def unshift( object )
      object.parent = self
      @children.unshift object
    end