class ActionDispatch::Http::UploadedFile

def eof?

Shortcut for `tempfile.eof?`.
def eof?
  @tempfile.eof?
end