# File lib/rack/multipart/uploaded_file.rb, line 25 def respond_to?(*args) super or @tempfile.respond_to?(*args) end