From: jake kaiden Date: 2011-08-15T10:47:32+09:00 Subject: Re: Getting information from keyboard Stefan Mahlitz wrote in post #1016615: > It is hard to find, but possible to enter data from stdin > with SciTE. > > Just press F8 (so the output-pane is visible) and enter the data there. > i'd be very interested to know how this has worked for you... when i use SciTe (with the output-pane visible,) the following code: name = gets.chomp puts "hi #{name}" ...gives me this error: => private method `chomp' called for nil:NilClass (NoMethodError) while if i run the program from a terminal, it works as expected... - j -- Posted via http://www.ruby-forum.com/.