rewind()
Shortcut for tempfile.rewind.
# File actionpack/lib/action_dispatch/http/upload.rb, line 55 def rewind @tempfile.rewind end