From 968b8e0199c0d7cfd04323b7771fa27365f9965c Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 2 Feb 2004 04:32:45 +0000 Subject: * lib/net/http.rb (canonical_each): fix merge miss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/http.rb b/lib/net/http.rb index 36bc6067b2..f51981477c 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -970,7 +970,7 @@ module Net # :nodoc: end # As for #each_header, except the keys are provided in capitalized form. - def each_capitalized + def canonical_each @header.each do |k,v| yield canonical(k), v end -- cgit v1.2.3