# File test/pseudo_io.rb, line 42
    def read_all
      string = @stream
      @stream = nil
      string
    end