Your IP : 216.73.216.1


Current Path : /usr/local/rvm/src/rvm/scripts/functions/
Upload File :
Current File : //usr/local/rvm/src/rvm/scripts/functions/tools

#!/usr/bin/env bash

tools_strings()
{
  \typeset __ruby_name
  for __ruby_name in "$@"
  do
    if
      __rvm_select "$__ruby_name" 1>&2
    then
      echo "${rvm_ruby_gem_home##*/}"
    else
      : status:$?
      echo ""
    fi
    __rvm_unset_ruby_variables
  done
}