From: Daniel Berger Date: 2008-05-21T01:40:01+09:00 Subject: Arbitrary IO object Hi, How would I go about using IO.new such that it would automatically grab the next available file descriptor? I don't know the fileno in advance and I can't use StringIO. What are my options? Thanks, Dan