module Tins::Find::Finder::PathExtension

def file

def file
  finder.protect_from_errors do
    File.new(self) if file?
  end
end