I intend to install ruby by rvm to my Macbook Pro, with the command tutorial:
$ rvm requirements
$ rvm install 2.3.0
$ rvm use 2.3.0 --default
But you know the 2.3.0
maybe not the newest version, because the tutorial is long time ago.
So, how can I get the lastest version of ruby in command?