From e057ff333a3b2964e52c8a12485374efa2464762 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Wed, 26 Nov 2025 18:06:58 +0100 Subject: [PATCH] [Doc] Fix duplicated entry in GC.stat documentation --- gc.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/gc.rb b/gc.rb index f944c653b5..ccad5ef2c1 100644 --- a/gc.rb +++ b/gc.rb @@ -195,7 +195,6 @@ module GC # - +:heap_allocated_pages+: # The total number of allocated pages. # - +:heap_empty_pages+: - # - +:heap_allocated_pages+: # The number of pages with no live objects, and that could be released to the system. # - +:heap_sorted_length+: # The number of pages that can fit into the buffer that holds references to all pages.