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