# File lib/amalgalite/taps/io.rb, line 59
      def initialize
        @stringio = ::StringIO.new
        super( @stringio )
      end