method
close
v3.2.13 -
Show latest stable
- Class:
ActionDispatch::Response
close()public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 155
def close
@body.close if @body.respond_to?(:close)
end