diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-09-21 10:18:31 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-09-21 10:18:31 +0000 |
commit | 0df8bd761b637a2549705ff7bdd0a056ee790a2d (patch) | |
tree | b0c81a84793c75863ede3d24e274af8f1d2201b4 /lib | |
parent | 36c02683d813ab86782fbc03923b2483696c68e9 (diff) | |
download | ruby-0df8bd761b637a2549705ff7bdd0a056ee790a2d.tar.gz ruby-0df8bd761b637a2549705ff7bdd0a056ee790a2d.tar.xz ruby-0df8bd761b637a2549705ff7bdd0a056ee790a2d.zip |
eban
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/find.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/find.rb b/lib/find.rb index ce3e7068c..a8dcea4f7 100644 --- a/lib/find.rb +++ b/lib/find.rb @@ -9,11 +9,9 @@ module Find def find(*path) -p ["find", path] while file = path.shift catch(:prune) { yield file -p ["find", file] if File.lstat(file).directory? then d = Dir.open(file) begin |