3

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?

Wayne Conrad
  • 103,207
  • 26
  • 155
  • 191
Ludvig Sørensen
  • 397
  • 4
  • 13

1 Answers1

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