summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2022-11-20 19:51:58 +0000
committergit <svn-admin@ruby-lang.org>2022-11-23 17:12:33 +0000
commit79a9280aa59558018d9255b30b596faf1f4ba912 (patch)
treed2282e36ece5a8867a9931040fdf568af0b8d2d5 /lib
parentc6dc1266418a5cb84a91718946f9be00d073c2f7 (diff)
[ruby/net-http] Enhanced RDoc for Net::HTTPHeader
https://github.com/ruby/net-http/commit/0af9fb94a9
Diffstat (limited to 'lib')
-rw-r--r--lib/net/http/header.rb2
1 files changed, 1 insertions, 1 deletions
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.