Sha256: 4b43ac154599b53d4d487e05047eb0db895bfcafb09a837aa36c1370e6a9e62f

Contents?: true

Size: 431 Bytes

Versions: 4

Compression:

Stored size: 431 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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rvm-0.0.52 scripts/rvm
rvm-0.0.51 scripts/rvm
rvm-0.0.50 scripts/rvm
rvm-0.0.49 scripts/rvm