Last Updated: February 25, 2016
·
284
· robertomiranda

RVM Useful Short Gands for ruby-version and ruby-gemset generation

If you want create the .ruby-version and .ruby-gemset file in a short way you can use:

  1. rvm use 2.1.1@nancy --create
  2. rvm --create --ruby-version 2.1.1@nancy