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