# File lib/ancestry/instance_methods.rb, line 191
    def root
      ancestors? ? unscoped_find(root_id) : self
    end