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