show GEM_HOME
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
126aba8587
commit
9c38f3e6c3
@ -6,8 +6,11 @@ ensure
|
||||
if $!
|
||||
if Dir.exist?(ENV["GEM_HOME"])
|
||||
require "find"
|
||||
ary = Find.find(ENV["GEM_HOME"]).map{|l|puts l}
|
||||
raise ary.inspect
|
||||
ary = Find.find(ENV["GEM_HOME"]).to_a
|
||||
raise <<eom
|
||||
GEM_HOME: #{ENV["GEM_HOME"]}
|
||||
contant: #{ary.inspect}
|
||||
eom
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user