net_dav icon indicating copy to clipboard operation
net_dav copied to clipboard

Add a prune() method to escape a tree from within a find() block

Open thomasfl opened this issue 14 years ago • 0 comments

When used inside a 'find' block, a 'prune' method should skip the current file or directory, restart the loop with the next entry. Thus making the find method behave more like the find method in the find.rb standard library: http://ruby-doc.org/stdlib/libdoc/find/rdoc/index.html

thomasfl avatar Apr 07 '10 08:04 thomasfl