ruby hack
notes while tinkering with ruby
July 6, 2021 · 1 min read · tech, programming
rvm is a tool to maintain a Ruby environment.
rvm --default is a shortcut to set the default Ruby environment.
rvm use is a shortcut to set the current Ruby environment.