From: yahn Date: 2006-03-27T11:52:10+09:00 Subject: input without blocking How do you do something like gets but without blocking? All I want to do is try to see if anything was input and if it wasn't then just go on running the rest of my code. -- Posted via http://www.ruby-forum.com/.