Problem w/ ruby install on windows -- or not?

Incidently this is on WinXP w/ Service Pack 1.

···

-----Original Message-----
From: Jeff Barrett
Sent: Wednesday, October 20, 2004 9:27 AM
To: ruby-talk ML
Subject: problem w/ ruby install on windows -- or not?

I've tried using the windows installer from Ruby-mswin32 and the one from RubyInstaller. I've also tried both 1.8.1 and 1.8.2. Both of them give me an error like so when asking ruby for it's version:

C:\>ruby -version
ruby 1.8.1 (2003-12-25) [i386-mswin32]
-e:1: undefined local variable or method `rsion' for main:Object (NameError)

Is this a problem? There are other problems I'm trying to figure out but first I want to make sure my ruby install is good.

Thanks.