method
close
rails latest stable - Class:
ActionDispatch::Response
close()public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 378
def close
stream.close if stream.respond_to?(:close)
end