# File lib/webmock/http_lib_adapters/http_rb/streamer.rb, line 4
      def initialize(str)
        @io = StringIO.new str
      end