mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update Fiber#backtrace doc [See bug #17408]
This commit is contained in:
parent
843fd1e8cf
commit
d0050edb84
1 changed files with 2 additions and 2 deletions
4
cont.c
4
cont.c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue