The source code of Ruby is stored in CVS repositories. You can walk them around by CVSweb:

  • https://www.ruby-online.co.uk/cgi-bin/cvsweb.cgi/

Anonymous CVS is also available:

$ cvs -d :pserver:[email protected]:/src login
(Logging in to [email protected])
CVS password: 
$ cvs -z4 -d :pserver:[email protected]:/src co ruby

$ cvs -d :pserver:[email protected]:/doc login
(Logging in to [email protected])
CVS password: 
$ cvs -z4 -d :pserver:[email protected]:/doc co doc

$ cvs -d :pserver:[email protected]:/www login
(Logging in to [email protected])
CVS password: 
$ cvs -z4 -d :pserver:[email protected]:/www co www

No password is required. Please just press Enter.

In addition, CVSup is also available:

  • http://cvs.ruby-online.co.uk/cvsup/

You�ll find �supfiles� here. With them, you can get a part of or a whole repository by means of CVSup.

That�s all, folks! Happy hacking!