Class RVM::Environment::AliasWrapper
In: lib/rvm/environment/alias.rb
Parent: Object

Provides a Ruby-like wrapper to the alias functionality.

Methods

[]   []=   all   create   delete   list   new   show  

Public Class methods

Public Instance methods

[](name)

Alias for show

[]=(name, ruby_string)

Alias for create

all()

Alias for list

Creates an alias with a given name and ruby string.

Deletes the given alias.

Returns a hash of all aliases.

Shows the value of a given alias.

[Validate]