1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix document of GC.start (#2382)

This commit is contained in:
Masataka Pocke Kuwabara 2019-08-18 15:39:19 +09:00 committed by Takashi Kokubun
parent d3da1d57d3
commit 6b42b0c60c

2
gc.c
View file

@ -7279,7 +7279,7 @@ garbage_collect_with_gvl(rb_objspace_t *objspace, int reason)
* ObjectSpace.garbage_collect(full_mark: true, immediate_sweep: true) -> nil
* include GC; garbage_collect(full_mark: true, immediate_sweep: true) -> nil
*
* Initiates garbage collection, unless manually disabled.
* Initiates garbage collection, even if manually disabled.
*
* This method is defined with keyword arguments that default to true:
*