Thread#backtrace may return nil [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-05-12 11:46:41 +09:00
Родитель 237bee9d40
Коммит 7cc55f4bc4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5128,7 +5128,7 @@ rb_exec_recursive_paired_outer(VALUE (*func) (VALUE, VALUE, int), VALUE obj, VAL
/*
* call-seq:
* thread.backtrace -> array
* thread.backtrace -> array or nil
*
* Returns the current backtrace of the target thread.
*