module Tins::Find::Finder::PathExtension

def stat

def stat
  finder.protect_from_errors { File.stat(self) }
end