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.
#