Find.find does not find orphaned links?

Find.find does not seem to find orphaned links:

ln -s /nonexistent
ls -l

total 0
lrwxrwxrwx 1 wybo users 12 Nov 15 14:15 nonexistent -> /nonexistent

irb

irb(main):001:0> require 'find'
=> true
irb(main):002:0> Find.find('.') do |f| puts f end
.
=> nil
irb(main):003:0>

Is this a bug?

···

--
Wybo

Hi,

···

In message "Re: Find.find does not find orphaned links?" on Tue, 15 Nov 2005 22:19:59 +0900, Wybo Dekker <wybo@servalys.nl> writes:

Find.find does not seem to find orphaned links:

It's a bug. Thank you.

              matz.