module Selenium::WebDriver::FileReaper
def tmp_files
Experimental RBS support (using type sampling data from the type_fusion
project).
def tmp_files: () -> untyped
This signature was generated using 1 sample from 1 application.
def tmp_files @tmp_files ||= Hash.new { |hash, pid| hash[pid] = [] } @tmp_files[Process.pid] end