From: John Gabriele Date: 2006-07-18T23:37:48+09:00 Subject: Re: How to learn ruby language? On 7/17/06, Roopeman Zh wrote: > How to learn ruby language? where i can find some simple code to learn? > the rubyquiz.com is too hard to understand for me! > The home-base for Ruby docs is Ruby-Doc: http://www.ruby-doc.org/. They've got some good getting started docs there. Also, I've found that, as you learn, it's helpful to periodically refer back to the quick-ref: http://www.zenspider.com/Languages/Ruby/QuickRef.html ---John