Files
railsgoat/.powrc
T
2014-07-02 22:39:50 -05:00

7 lines
195 B
Plaintext

if [ -f "${rvm_path}/scripts/rvm" ]; then
source "${rvm_path}/scripts/rvm"
if [ -f ".ruby-version" ] && [ -f ".ruby-gemset" ]; then
rvm use `cat .ruby-version`@`cat .ruby-gemset`
fi
fi