# File lib/fakefs/fake/file.rb, line 55
    def content=(str)
      @inode.content = str
    end