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