Skip to content

Commit 7fbb8f5

Browse files
committed
GC::Profiler.raw_data can be nil
1 parent 3d0bb6c commit 7fbb8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/gc.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module GC
111111
# `:HAVE_FINALIZE`
112112
# :
113113
#
114-
def self.raw_data: () -> Array[Hash[Symbol, untyped]]
114+
def self.raw_data: () -> Array[Hash[Symbol, untyped]]?
115115

116116
# <!--
117117
# rdoc-file=gc.c

0 commit comments

Comments
 (0)