summaryrefslogtreecommitdiff
path: root/gc.rb
AgeCommit message (Collapse)Author
2020-01-27Fix call-seq of GC.verify_compaction_references [ci skip]Kazuhiro NISHIYAMA
2020-01-27Moved `GC.verify_compaction_references` to gc.rbNobuyoshi Nakada
And fixed a segfault by coercion of `Qundef`, when any keyword argument without `toward:` option is given.
2020-01-15Add option hash doc for GC stats.Koichi Sasada
Add a description about optional hash objects for GC.stat and GC.latest_gc_info. [Bug #14408] The patch is provided by sho-h (Sho Hashimoto). Thank you so much.
2019-11-08fix line break code (fix to LF)Koichi Sasada
2019-11-08forget to add gc.rbKoichi Sasada