summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-15 18:27:44 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-15 18:27:44 +0000
commit9dc7b143b847a4e8441473b99cf3d6033c3adec6 (patch)
treedbd15cdbd8436624f76696499f72ef6c57c073c5 /lib
parentfe928bee67cdc4a99ec8433e3d3531ecede89d4c (diff)
downloadruby-9dc7b143b847a4e8441473b99cf3d6033c3adec6.tar.gz
ruby-9dc7b143b847a4e8441473b99cf3d6033c3adec6.tar.xz
ruby-9dc7b143b847a4e8441473b99cf3d6033c3adec6.zip
* lib/net/http.rb: remove junk.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/net/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index de89f090f..dc6256f11 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -1101,7 +1101,7 @@ module Net # :nodoc:
# Iterates for each header names.
def each_name(&block) #:yield: +key+
-e @header.each_key(&block)
+ @header.each_key(&block)
end
alias each_key each_name