class WEBrick::HTTPResponse

def remove_body_tempfile # :nodoc:

:nodoc:
def remove_body_tempfile # :nodoc:
  if @bodytempfile
    @bodytempfile.close
    File.unlink @bodytempfile.path
    @bodytempfile = nil
  end
end