# File lib/ancestry/instance_methods.rb, line 147
    def is_childless?
      !has_children?
    end