# File lib/fakefs/file.rb, line 248
    def seek(amount, whence = SEEK_SET)
      @stream.seek(amount, whence)
    end