class Utils::Find::ConfigurableFinder

def stat(file)

def stat(file)
  @follow_symlinks ? file.stat : file.lstat
end