# File lib/fakefs/fileutils.rb, line 69
    def rm_f(list, options = {})
      rm(list, options.merge(force: true))
    end