# File lib/selenium/webdriver/common/file_reaper.rb, line 33 def reap! tmp_files.each { |file| FileUtils.rm_rf(file) } if reap? end