On 7/17/06, Roopeman Zh <roopeman / gmail.com> 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