# File common/src/rb/lib/selenium/webdriver/file_reaper.rb, line 18 def <<(file) tmp_files << file end
# File common/src/rb/lib/selenium/webdriver/file_reaper.rb, line 22 def reap! tmp_files.each { |file| FileUtils.rm_rf(file) } if reap? end
# File common/src/rb/lib/selenium/webdriver/file_reaper.rb, line 6 def reap=(bool) @reap = bool end
Generated with the Darkfish Rdoc Generator 2.