class Rack::Multipart::UploadedFile

def method_missing(method_name, *args, &block) #:nodoc:

:nodoc:
def method_missing(method_name, *args, &block) #:nodoc:
  @tempfile.__send__(method_name, *args, &block)
end