From da48c18c8142a9a096859f3fa4beb1c004ca8610 Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 7 Feb 2014 13:00:15 +0000 Subject: [PATCH] * lib/open-uri.rb: [DOC] use lower case version of core classes, same as commit r44878, based on patch by Jonathan Jackson [Bug #9483] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/open-uri.rb | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ad4b37cd6..f0a500c81b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 7 21:58:48 2014 Zachary Scott + + * lib/open-uri.rb: [DOC] use lower case version of core classes, same + as commit r44878, based on patch by Jonathan Jackson [Bug #9483] + Fri Feb 7 21:54:53 2014 Zachary Scott * ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of core diff --git a/lib/open-uri.rb b/lib/open-uri.rb index 82339ed473..264c8501cf 100644 --- a/lib/open-uri.rb +++ b/lib/open-uri.rb @@ -534,8 +534,9 @@ module OpenURI end end - # returns a list of encodings in Content-Encoding field - # as an Array of String. + # Returns a list of encodings in Content-Encoding field as an array of + # strings. + # # The encodings are downcased for canonicalization. def content_encoding vs = @metas['content-encoding']