From: py Date: 2005-11-17T02:47:17+09:00 Subject: interactive shell on windows I downloaded and installed Ruby via the One-Click installer, version 1.8.2-15. So I open a command prompt (on windows xp) and type "ruby". After typing "ruby" i type, puts "Hello world!" ....but I dont see Hello world! printed out. Am I missing something, am I doing something wrong? I happened to try pressing Ctrl+Z to exit ruby (..forgive me I am coming from Python)...and then I saw "hello world!" printed out....but that doesn't seem right. Thanks