class Utils::Finder

def ascii_file?(stat, path)

def ascii_file?(stat, path)
  stat.file? && (@binary || stat.size == 0 || File.ascii?(path))
end