From 9ad68774c1ea1b5c19d4ab00e6577852009b4df1 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 19 Nov 2005 11:42:51 +0000 Subject: * lib/fileutils.rb (FileUtils::ln): ln documentation fix. [ruby-core:06661] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/find.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/find.rb') diff --git a/lib/find.rb b/lib/find.rb index 08a3908c5b..b2e811e614 100644 --- a/lib/find.rb +++ b/lib/find.rb @@ -37,6 +37,7 @@ module Find while file = paths.shift catch(:prune) do yield file.dup.taint + next unless File.exist? file begin if File.lstat(file).directory? then d = Dir.open(file) -- cgit v1.2.3