From 79a9280aa59558018d9255b30b596faf1f4ba912 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sun, 20 Nov 2022 19:51:58 +0000 Subject: [PATCH] [ruby/net-http] Enhanced RDoc for Net::HTTPHeader https://github.com/ruby/net-http/commit/0af9fb94a9 --- lib/net/http/header.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/http/header.rb b/lib/net/http/header.rb index be635ecadc..02d0252c0d 100644 --- a/lib/net/http/header.rb +++ b/lib/net/http/header.rb @@ -513,7 +513,7 @@ module Net::HTTPHeader r end - n range= set_range + alias range= set_range # Returns an Integer object which represents the HTTP Content-Length: # header field, or +nil+ if that field was not provided.