# File lib/ancestry/instance_methods.rb, line 218
    def has_children?
      self.children.exists?
    end