Skip to content

Commit

Permalink
Fix to add rvm/environment/wrapper to RVM::Environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Feb 18, 2011
1 parent c3e9905 commit 6b9472c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rvm/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module RVM
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

Expand Down

0 comments on commit 6b9472c

Please sign in to comment.