DEBSOURCES
Skip Quicknav
sources / ruby3.3 / 3.3.8-2 / spec / ruby / core / process / fixtures / map_fd.rb
123456789
fd = ARGV.shift.to_i f = File.for_fd(fd) f.autoclose = false begin f.write "writing to fd: #{fd}" ensure f.close end