lib/rvm/environment.rb in rvm-1.2.6 vs lib/rvm/environment.rb in rvm-1.2.7

- old
+ new

@@ -4,10 +4,10 @@ # Implements the actual wrapper around the api. For more information # about this design, see the RVM module. class Environment extend Forwardable - %w(configuration utility alias list gemset rubies cleanup sets env tools info).each do |key| + %w(configuration utility alias list gemset rubies cleanup sets env tools info wrapper).each do |key| require File.join("rvm", "environment", key) end # The default config has rvm_silence_logging so that log doesn't print anything to stdout. merge_config! :rvm_silence_logging => 1,