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