class Rack::Multipart::UploadedFile

def respond_to?(*args)

def respond_to?(*args)
  super or @tempfile.respond_to?(*args)
end