# File lib/rfuzz/pushbackio.rb, line 17 17: def random_death 18: if $io_death_count 19: @die_after -= 1 20: close if @die_after <= 0 21: end 22: end