# File lib/fakefs/file.rb, line 420
    def write(str)
      val = super(str)
      @file.mtime = Time.now
      val
    end