# File lib/fakefs/file.rb, line 445
    def is_a?(klass)
      RealFile.allocate.is_a?(klass)
    end