[DOC] Enhance `Numeric#nonzero?` doc

Add `zero?` as a related method
This commit is contained in:
Artur 2024-04-26 15:33:41 +03:00 коммит произвёл GitHub
Родитель 25a8b76c76
Коммит dd578cf2f1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -862,6 +862,8 @@ rb_int_zero_p(VALUE num)
* Of the Core and Standard Library classes,
* Integer, Float, Rational, and Complex use this implementation.
*
* Related: #zero?
*
*/
static VALUE