Remove unexpected files [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2025-04-23 14:17:25 +09:00
parent 59c7b3840d
commit 085878a17d
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
2 changed files with 0 additions and 14 deletions

View File

@ -1,2 +0,0 @@
ObjectSpace._id2ref(8) rescue nil

View File

@ -1,12 +0,0 @@
ractors = 5.times.map do |i|
Ractor.new do
100_000.times.map do
o = Object.new
ObjectSpace.define_finalizer(o, ->(id) {})
o
end
end
end
ractors.each(&:take)