Installation-2
In chapter 1.3 the books shows this second line for installing rails on linux:
sudo apt-get install ruby irb rubygems ruby1.8-dev
I guess this will install ruby version 1.8.x, is that right? What would be the correct command to install the latest ruby version?
Thanks

