Sha256: 914c1797cd07d3e240fb19335766585eb8f8ee6dec28f25e72d8b68e264dc5c7

Contents?: true

Size: 542 Bytes

Versions: 6

Compression:

Stored size: 542 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/color
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

6 entries across 6 versions & 1 rubygems

Version Path
rvm-0.0.67 scripts/rvm
rvm-0.0.66 scripts/rvm
rvm-0.0.65 scripts/rvm
rvm-0.0.64 scripts/rvm
rvm-0.0.63 scripts/rvm
rvm-0.0.62 scripts/rvm