From: Joel VanderWerf Date: 2006-09-06T16:04:12+09:00 Subject: Re: Where to find the ruby library Olivia Dou wrote: > Can any one tell me where I can find more library resources of ruby? The two standard places: http://raa.ruby-lang.org/ http://rubyforge.org/ You'll want to install rubygems[1], if you don't have it already. Then, if you see something you like on rubyforge,org, you can just install it with: gem install lib-that-you-like (assuming that the package is distributed as a gem). [1] http://rubyforge.org/projects/rubygems/ -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407