1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
zzak 2014-02-07 13:00:15 +00:00
parent 9699d0ddf4
commit da48c18c81
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Fri Feb 7 21:58:48 2014 Zachary Scott <e@zzak.io>
* 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 <e@zzak.io>
* ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of core

View file

@ -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']