# File lib/ancestry/instance_methods.rb, line 292
    def indirect_of?(node)
      ancestor_ids[0..-2].include?(node.id)
    end