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