mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Docs: Fix small glitch in GC
This commit is contained in:
parent
64cdf1936a
commit
5c04ff944e
Notes:
git
2022-12-23 16:10:09 +00:00
1 changed files with 1 additions and 1 deletions
2
gc.rb
2
gc.rb
|
@ -218,7 +218,7 @@ module GC
|
|||
Primitive.gc_stat_heap heap_name, hash_or_key
|
||||
end
|
||||
|
||||
# call-seq:
|
||||
# call-seq:
|
||||
# GC.latest_gc_info -> hash
|
||||
# GC.latest_gc_info(hash) -> hash
|
||||
# GC.latest_gc_info(:major_by) -> :malloc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue