Class RVM::Environment::EnvWrapper
In: lib/rvm/environment/env.rb
Parent: Object

Simple ruby like wrapper for envs.

Methods

contents   new   path   read   to_file   to_s  

Public Class methods

Public Instance methods

Contents of the env file.

The path of the env file.

read()

Alias for contents

Opens a file on the env file.

to_s()

Alias for contents

[Validate]