instance method
sent!
Ruby on Rails 8.0.4
Since v4.1.16Signature
sent!()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 249
def sent!
synchronize do
@sent = true
@cv.broadcast
end
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 249
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response