HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/scripts/functions/version
#!/usr/bin/env bash

__rvm_version()
{
  echo "rvm $(__rvm_version_installed) by $(__rvm_version_authors) [$(__rvm_version_website)]"
}

__rvm_version_website()
{
  echo "https://rvm.io"
}

__rvm_version_authors()
{
  echo "Michal Papis, Piotr Kuczynski, Wayne E. Seguin"
}

__rvm_version_copyright()
{
  echo "(c) 2009-2020 $(__rvm_version_authors)"
}

__rvm_print_headline()
{
  rvm_log "Ruby enVironment Manager ${rvm_version} $(__rvm_version_copyright)
"
}

__rvm_version_remote()
{
  __rvm_curl -s --max-time 10 https://github.com/rvm/rvm/raw/stable/VERSION || true
}

__rvm_version_installed()
{
  echo "$(\command \cat "$rvm_path/VERSION") ($(\command \cat "$rvm_path/RELEASE" 2>/dev/null))"
}