зеркало из https://github.com/github/ruby.git
[DOC] Fix invalid documentation for `reachable_objects_from` (#10172)
Previous documentation is stating the opposite (that the method won't work for CRuby).
This commit is contained in:
Родитель
85fe8b6b9c
Коммит
61ea202f8b
|
@ -623,7 +623,7 @@ collect_values(st_data_t key, st_data_t value, st_data_t data)
|
|||
*
|
||||
* With this method, you can find memory leaks.
|
||||
*
|
||||
* This method is only expected to work except with C Ruby.
|
||||
* This method is only expected to work with C Ruby.
|
||||
*
|
||||
* Example:
|
||||
* ObjectSpace.reachable_objects_from(['a', 'b', 'c'])
|
||||
|
|
Загрузка…
Ссылка в новой задаче