# File lib/tree.rb, line 275
    def hasChildren?
      @children.length != 0
    end