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