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