[ruby/net-http] Enhanced RDoc for Net::HTTPHeader

https://github.com/ruby/net-http/commit/86b0514239
This commit is contained in:
BurdetteLamar 2022-11-23 16:49:58 +00:00 committed by git
parent 4b32ed6e33
commit 5ee947314e

View File

@ -272,7 +272,7 @@ module Net::HTTPHeader
# :call-seq
# fetch(key, default_val = nil) {|key| ... } -> object
# fetch(key, default_val = nil) value or default_val
# fetch(key, default_val = nil) -> value or default_val
#
# With a block, returns the string value for +key+ if it exists;
# otherwise returns the value of the block;