# File lib/rack/rewindable_input.rb, line 60
      def _close
        @tmpfile.close if @tmpfile
        @data[1] = nil if @data
        @tmpfile = nil
      end