diff --git a/core/gc.rbs b/core/gc.rbs index 457fd0b468..bcafac6ede 100644 --- a/core/gc.rbs +++ b/core/gc.rbs @@ -7,6 +7,16 @@ # You may obtain information about the operation of the GC through GC::Profiler. # module GC + # + # internal constants + # + INTERNAL_CONSTANTS: Hash[Symbol, Integer | bool] + + # + # GC build options + # + OPTS: Array[String] + # # Returns current status of GC stress mode. # - def self.stress: () -> (Integer | TrueClass | FalseClass) + def self.stress: () -> (Integer | bool) #