# File lib/mechanize/http/agent.rb, line 1189 def make_tempfile name io = Tempfile.new name io.unlink io.binmode if io.respond_to? :binmode io end