# File lib/fakefs/file.rb, line 396
      def <=>(other)
        @mtime <=> other.mtime
      end