# File lib/tins/find.rb, line 28
        def file?
          finder.protect_from_errors { s = finder_stat and s.file? }
        end