# File lib/ancestry/instance_methods.rb, line 153
    def ancestor_of?(node)
      node.ancestor_ids.include?(self.id)
    end