method
sending?
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::Response
sending?()public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 220
def sending?; synchronize { @sending }; end