module Tins::Find::Finder::PathExtension

def finder_stat

def finder_stat
  finder.protect_from_errors do
    finder.follow_symlinks ? File.stat(self) : File.lstat(self)
  end
end