class Utils::Find::ConfigurableFinder

def prepare_file(file)

def prepare_file(file)
  path = file.dup.taint
  path.extend PathExtension
  path.finder = self
  path
end