# File lib/fakefs/file.rb, line 340
      def directory?
        File.directory?(@file)
      end