# File lib/tree.rb, line 240
    def removeFromParent!
      @parent.remove!(self) unless isRoot?
    end