module Utils::Find

def prune


See the +Find+ module documentation for an example.

Find::find.
recursively entered. Meaningful only within the block associated with
entry. If the current file is a directory, that directory will not be
Skips the current file or directory, restarting the loop with the next
def prune
  throw :prune
end