# File lib/fakefs/fileutils.rb, line 22
    def rm(path)
      FileSystem.delete(path)
    end