From: Per-erik Martin Date: 2013-06-04T19:39:21+09:00 Subject: Re: Need help to start with Ruby Check out http://ruby-doc.org/ In particular: http://docs.ruby-doc.com/docs/ProgrammingRuby/ This is an on-line version of the first edition of the book "Programming Ruby", so it's a little outdated, but as long as you are aware of this, it's still useful as an introduction and reference guide. (You should of course get the latest edition of this book. It's available both in print and electronically from http://pragprog.com/book/ruby4/programming-ruby-1-9-2-0 .) http://neurogami.com/content/10_minutes_to_your_first_Ruby_app/ might be ok as well, but I haven't really read it in detail. -- Posted via http://www.ruby-forum.com/.