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