Hi you all, anybody knows and/or uses Ruby plugin for Eclipse or EasyEclipse? If not, just don't keep on reading :) If yes... I am writing a simple program: --------------------------------- print "Enter your new idea: " idea = gets print "I get your idea" --------------------------------- When I run the program in EasyEclipse nothing appears in the console. I have to type my idea and then the two "print's" appear together at the end. Do you know how can I get a real interactive view of the console? Thanks :) -- Posted via http://www.ruby-forum.com/.