# File lib/rack/rewindable_input.rb, line 62 62: def _close 63: @tmpfile.close if @tmpfile 64: @data[1] = nil if @data 65: @tmpfile = nil 66: end