# File lib/tree.rb, line 270
    def isRoot?
      @parent == nil
    end