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