module Tins::Find::Finder::PathExtension

def exist?

def exist?
  finder.protect_from_errors { File.exist?(self) }
end