⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (109 Bytes)
Bug #19624
» minimal-repro-case.rb
Minimal reproduction case -
pineman (João Pinheiro)
, 04/30/2023 02:56 PM
`echo`
ObjectSpace
.
each_object
(
IO
)
do
|
io
|
if
!
[
STDIN
,
STDOUT
,
STDERR
].
include?
(
io
)
io
.
close
end
end
(1-1/1)
Loading...