From: Tobias Numiranta Date: 2006-09-13T15:45:44+09:00 Subject: Re: getch equivalent of method in ruby ? Hi, try STDIN.getc. You maybe want to call system("stty raw") before. Googy wrote: > Hi, > > I need to read some interactive input from keyboard and I am look for > getch (c equivalent) of method in ruby. > > Thanks in advance.