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