# File lib/rfuzz/pushbackio.rb, line 11 11: def initialize(secondary) 12: @secondary = secondary 13: @buffer = StringIO.new 14: end