Sha256: 31e119e92b80d2bc99463a8a7426d79c2d44f31c657d6ad62a4810c070511e7a

Contents?: true

Size: 475 Bytes

Versions: 3

Compression:

Stored size: 475 Bytes

Contents

#!/bin/bash

#
# rvm : Ruby Version Manager
# http://rvm.beginrescueend.com
# http://gitub.com/wayneeseguin/rvm
#

if [ -s ~/.rvmrc ] ; then source ~/.rvmrc ; fi
eval rvm_path="${rvm_path:-~/.rvm}"

source $rvm_path/scripts/utility
source $rvm_path/scripts/selector
source $rvm_path/scripts/ruby-installer # TODO: Script not function.
source $rvm_path/scripts/cli

rvm_loaded_flag=1 ; export rvm_loaded_flag

if [ -f $rvm_path/default ] ; then source $rvm_path/default ; fi

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rvm-0.0.55 scripts/rvm
rvm-0.0.54 scripts/rvm
rvm-0.0.53 scripts/rvm