module Tins::Find::Finder::PathExtension

def file?

def file?
  finder.protect_from_errors { s = finder_stat and s.file? }
end