In message "[ruby-talk:8397] Re: DRB doesn't work on Win 2000."
    on 00/12/31, Jilani Khaldi <jilanik / tin.it> writes:

>D:\>ruby -v
>ruby 1.6.1 (2000-10-05) [i386-cygwin]

Hmm, it seems not to be version problem because 1.6.1 is support class
variable too...  I have no idea but maybe

  D:>ruby -v

and

  D:>cd \ruby
  D:\ruby>ruby -v

report different results, i.e. you have some binaries of Ruby and you
are using old one at \ruby directory by PATH value. 

>Where can I find ruby-1.6.2 for Windows?

I don't know whether or not it has been released by anyone.  You can
build it if you've fully installed Cygwin.  I can too, but I can't
package that with easy installer :-(

-- Gotoken