class Rack::RewindableInput::Tempfile
Ruby's Tempfile class has a bug. Subclass it and fix it.
Public Instance Methods
_close()
click to toggle source
# File lib/rack/rewindable_input.rb, line 61 def _close @tmpfile.close if @tmpfile @data[1] = nil if @data @tmpfile = nil end