aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-05-12 11:46:41 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-05-12 11:46:41 +0900
commit7cc55f4bc4d836e8edcae05f1b500417fc2b71a3 (patch)
tree1d2383c294b16cf04492f2300d39fdd2baf8f710 /thread.c
parent237bee9d40cbc9d1067694f84793985cc4621cbc (diff)
downloadruby-7cc55f4bc4d836e8edcae05f1b500417fc2b71a3.tar.gz
Thread#backtrace may return nil [ci skip]
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index cb2bd8930a..7ecc535b88 100644
--- a/thread.c
+++ b/thread.c
@@ -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.
*