Method: Rack::Test::UploadedFile#method_missing
- Defined in:
- lib/rack/test/uploaded_file.rb
#method_missing(method_name, *args, &block) ⇒ Object
:nodoc:
39 40 41 |
# File 'lib/rack/test/uploaded_file.rb', line 39 def method_missing(method_name, *args, &block) #:nodoc: @tempfile.__send__(method_name, *args, &block) end |