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

Fix call-seq of GC.verify_compaction_references [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-01-27 18:58:07 +09:00
parent bc8f28fbd0
commit 0b2c7473dd
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

2
gc.rb
View file

@ -168,7 +168,7 @@ module GC
end
# call-seq:
# GC.verify_compaction_references(toward: nil, double_heap: nil) -> nil
# GC.verify_compaction_references(toward: nil, double_heap: false) -> hash
#
# Verify compaction reference consistency.
#