Hi, i’m a newbie to ruby, and i’m testing a script that simply does:
puts “Test String”
Although it works just fine, I barely have time to read it, as it
flashes and closes almost imidiatly, I just cant seem to figure out the
problem…
I’m using Ruby-186-27.
On Tue, Dec 16, 2008 at 12:11 AM, Samuel Stewart
[email protected] wrote:
Hi, i’m a newbie to ruby, and i’m testing a script that simply does:
puts “Test String”
Although it works just fine, I barely have time to read it, as it
flashes and closes almost imidiatly, I just cant seem to figure out the
problem…
Inhibit your program from dying,
puts “Test String”
print “Can I rest in peace now ? >”
gets
Umberto Eco
no that was not him!!!