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.
Cleans up everything in the archives folder
# File lib/rvm/environment/cleanup.rb, line 30 def archives @parent.cleanup_archives end
Cleans up everything in the repos path
# File lib/rvm/environment/cleanup.rb, line 35 def repos @parent.cleanup_repos end
Cleans up everything in the source folder
# File lib/rvm/environment/cleanup.rb, line 41 def sources @parent.cleanup_sources end