Sha256: caed20ccbe31f689ed9e6833f313015316db6df3502f36459e586b750973c7ec

Contents?: true

Size: 505 Bytes

Versions: 4

Compression:

Stored size: 505 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
source $rvm_path/scripts/gems

rvm_loaded_flag=1 ; export rvm_loaded_flag

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.59 scripts/rvm
rvm-0.0.58 scripts/rvm
rvm-0.0.57 scripts/rvm
rvm-0.0.56 scripts/rvm