Actions
Bug #3701
closedGem.find_files returns empty array
Description
=begin
Hi, Nobu and Evan
r28919 seemed to break Gem.find_files:
$ ../local/bin/ruby -e 'p Gem.find_files("**/*.rb").size'
0
When I revert r28919 manually, it seems to work correctly:
$ ../local/bin/ruby -e 'p Gem.find_files("**/*.rb").size'
1898
This issue actually make hoe(*) not work.
(*) http://seattlerb.rubyforge.org/hoe/
--
Yusuke Endoh mame@tsg.ne.jp
=end
Actions
Like0
Like0Like0Like0