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