module Tins::Find::Finder::PathExtension

def lstat

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