ruby hack
notes while tinkering with ruby
July 6,2021
last update: 2024-11-19
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.