method

method_missing

method_missing(method_name, *args, &block)
public

No documentation available.

# File actionpack/lib/action_controller/test_process.rb, line 364
    def method_missing(method_name, *args, &block) #:nodoc:
      @tempfile.__send__(method_name, *args, &block)
    end