method
sent!
v6.1.7.7 -
Show latest stable
- Class:
ActionDispatch::Response
sent!()public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 222
def sent!
synchronize do
@sent = true
@cv.broadcast
end
end