From 276b84f8ed1639d22df072c622e0a5d501bf8c5f Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Tue, 20 Dec 2022 16:52:26 +0000 Subject: [PATCH] [ruby/net-http] Adding links to references https://github.com/ruby/net-http/commit/e4df80f299 --- lib/net/http/responses.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/net/http/responses.rb b/lib/net/http/responses.rb index 17aaca8c81..bb6bddb061 100644 --- a/lib/net/http/responses.rb +++ b/lib/net/http/responses.rb @@ -281,6 +281,7 @@ module Net # # The IM Used response indicates that the server has fulfilled a request # for the resource, and the response is a representation of the result + # of one or more instance-manipulations applied to the current instance. # # References: #