Your IP : 216.73.216.74


Current Path : /proc/self/root/proc/thread-self/root/proc/thread-self/root/usr/local/rvm/scripts/functions/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/proc/thread-self/root/usr/local/rvm/scripts/functions/irbrc

#!/usr/bin/env bash

# Create the irbrc for the currently selected ruby installation.
__rvm_irbrc()
{
  if
    [[ -d "$rvm_ruby_home" && ! -s "$rvm_ruby_irbrc" ]]
  then
    __rvm_cp "$rvm_scripts_path/irbrc" "$rvm_ruby_irbrc" || return $?
  fi
}