Quickly See the Ruby Version and Gemset Currently in Use
When you want to see the ruby version and gemset that is currently being used just enter rvm-prompt
in your terminal.
Output will be something like ruby-2.2.3@jekyll
First part before @ sign is ruby-version and second part is name of gemset.
Leave a comment