class Rack::Multipart::UploadedFile

def path

def path
  @tempfile.path if @tempfile.respond_to?(:path)
end