# File lib/tree.rb, line 281
    def isLeaf?
      !hasChildren?
    end