Class RVM::Environment::GemsetWrapper
In: lib/rvm/environment/gemset.rb
Parent: Object

Wraps the gemset functionality.

Methods

all   copy   create   delete   dump   empty   export   globalcache   import   list   load   new   pristine   prune   save   update   use   use!  

Classes and Modules

Class RVM::Environment::GemsetWrapper::GlobalCacheHelper

Public Class methods

Public Instance methods

all()

Alias for list

Copy gems from one gemset to another.

Creates gemsets with the given names.

Delete a given gemset.

dump(path_or_name)

Alias for export

Empty the current gemset.

Export a given gemset or, if the name ends with .gems, the current gemset.

Shortcut to deal with the gemset global cache.

Import a gemset file.

Returns a list of all gemsets belonging to the current ruby.

load(prefix)

Alias for import

Restores the current gemset to a pristine state.

Prune the current gemset.

save(path_or_name)

Alias for export

Updates all gems in the current gemset.

Use a given gemset in this environment

Use the given gemset, replacing the current gem environment if possible.

[Validate]