# File lib/rfuzz/pushbackio.rb, line 74
74:     def write(content)
75:       protect { @secondary.write(content) }
76:     end