method
read
v3.2.8 -
Show latest stable
- Class:
ActionDispatch::Http::UploadedFile
read(*args)public
No documentation available.
# File actionpack/lib/action_dispatch/http/upload.rb, line 14
def read(*args)
@tempfile.read(*args)
end