instance method
eof?
Ruby on Rails 8.0.4
Since v4.0.13Signature
eof?()
Shortcut for tempfile.eof?.
Source
# File actionpack/lib/action_dispatch/http/upload.rb, line 98
def eof?
@tempfile.eof?
end
Defined in actionpack/lib/action_dispatch/http/upload.rb line 98
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::UploadedFile