Skip to content

Commit e6ee440

Browse files
committed
Fix objspace.rb
1 parent 231f8ca commit e6ee440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mri/objspace.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module ObjectSpace
88
class << self
99
private :_dump
1010
private :_dump_all
11-
private :_dump_shapes
11+
private :_dump_shapes if method_defined?(:_dump_shapes)
1212
end
1313

1414
module_function

0 commit comments

Comments
 (0)