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