# File lib/rfuzz/pushbackio.rb, line 18 18: def push(content) 19: if content.length > 0 20: @buffer.write(content) 21: end 22: end