[DOC] Update documentation for typical implementation of hash

This commit is contained in:
Yuki Tsujimoto 2023-10-22 18:47:22 +09:00 коммит произвёл GitHub
Родитель 7578bc35f9
Коммит e721a7aec7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
hash.c
Просмотреть файл

@ -6827,7 +6827,7 @@ static const rb_data_type_t env_data_type = {
* alias eql? ==
*
* def hash
* @author.hash ^ @title.hash # XOR
* [self.class, @author, @title].hash
* end
* end
*