Update Fiber#backtrace doc [See bug #17408]

This commit is contained in:
Marc-Andre Lafortune 2020-12-21 21:07:13 -05:00
parent 843fd1e8cf
commit d0050edb84

4
cont.c
View File

@ -2410,9 +2410,9 @@ rb_fiber_raise(int argc, VALUE *argv, VALUE fiber_value)
*
* f.resume
*
* # It is empty after the fiber is finished
* # It is nil after the fiber is finished
* f.backtrace
* #=> []
* #=> nil
*
*/
static VALUE