Class RVM::Environment::CleanupWrapper
In: lib/rvm/environment/cleanup.rb
Parent: Object

Implements a Ruby-like interface to cleanup, making it nicer to deal with.

Methods

all   archives   everything   logs   new   repos   repositories   sources   src  

Public Class methods

Public Instance methods

Cleans up everything in the archives folder

everything()

Alias for all

Cleans up all of the logs

Cleans up everything in the repos path

repositories()

Alias for repos

Cleans up everything in the source folder

src()

Alias for sources

[Validate]