core/gc.rbs in rbs-3.1.0 vs core/gc.rbs in rbs-3.1.1
- old
+ new
@@ -233,16 +233,9 @@
# consistency if RGenGC is supported.
#
def self.verify_internal_consistency: () -> nil
# <!--
- # rdoc-file=gc.c
- # - verify_transient_heap_internal_consistency()
- # -->
- #
- def self.verify_transient_heap_internal_consistency: () -> nil
-
- # <!--
# rdoc-file=gc.rb
# - GC.latest_gc_info -> hash
# - GC.latest_gc_info(hash) -> hash
# - GC.latest_gc_info(:major_by) -> :malloc
# -->