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