# File lib/fakefs/file.rb, line 240
    def write(content)
      @stream.write(content)
    end