# vi: ft=sh

PATH_add bin
eval "$(rbenv init -)"
rbenv local $(cat .ruby-version)
echo "Ruby Version is $(ruby --version)"
