# File lib/rfuzz/pushbackio.rb, line 26 26: def push(content) 27: random_death 28: if content.length > 0 29: @buffer.write(content) 30: end 31: end