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/gems/ruby-2.4.10@global/gems/rvm-1.11.3.9/README.md
# rvm

http://rvm.io/

## Description

RVM ~ Ruby Environment Manager ~ Ruby Gem Library

## Installation

* gem install rvm

## Examples

Most common ways to use RVM from ruby process

    require 'rvm'
    RVM.gemset_use! 'rails3'
    RVM.use_from_path! '/path/to/project' # The same ruby has to be used

The most common use for this gem is in Passenger integration:

- https://rvm.beginrescueend.com/integration/passenger/

## Development

    $ rake spec