# File lib/ancestry/instance_methods.rb, line 181
    def parent_of?(node)
      self.id == node.parent_id
    end