I am learning ruby. I was wondering if the The Ruby Programming Language book is still valid in ruby 2.2.2 even though the book is written for ruby 1.8 and 1.9?
Asked
Active
Viewed 888 times
3
-
most of the things are still relevant. just read the book. then check what's new in ruby. – Karoly Horvath May 24 '15 at 22:47
-
Okay thanks, do you know some of the major updates that i should be aware of? :) – Ludvig Sørensen May 24 '15 at 22:48
-
http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491 – Niels B. May 24 '15 at 22:51
-
It may be a bit long in the the tooth, but it's still a great book. – Cary Swoveland May 25 '15 at 03:27
-
I've removed the request for a book recommendation, since off-site recommendations are off topic for SO. The rest of the question is fine. – Wayne Conrad May 26 '15 at 00:03
1 Answers
3
The Well Grounded Rubyist has been published more recently than that, and covers Ruby 2.1. There weren't any large changes between 2.1 and 2.2, so that book should cover everything you need to know.

Ryan Bigg
- 106,965
- 23
- 235
- 261
-
I've have seen one of your talks on Youtube, that's pretty cool :O – Ludvig Sørensen May 24 '15 at 23:01