# File lib/tins/find.rb, line 44
        def lstat
          finder.protect_from_errors { File.lstat(self) }
        end