fd = ARGV.shift.to_i f = File.for_fd(fd) f.autoclose = false begin f.write "writing to fd: #{fd}" ensure f.close end link rel='alternate' title='Atom feed' href='https://git.ruby-lang.org/ruby.git/atom/test/profile_test_all.rb?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/test/profile_test_all.rb
AgeCommit message (Expand)Author
2010-10-29property.nobu
2010-10-29* test/profile_test_all.rb: added.ko1