[前][次][番号順一覧][スレッド一覧]

ruby-changes:32800

From: zzak <ko1@a...>
Date: Fri, 7 Feb 2014 22:00:21 +0900 (JST)
Subject: [ruby-changes:32800] zzak:r44879 (trunk): * lib/open-uri.rb: [DOC] use lower case version of core classes, same

zzak	2014-02-07 22:00:15 +0900 (Fri, 07 Feb 2014)

  New Revision: 44879

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44879

  Log:
    * 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]

  Modified files:
    trunk/ChangeLog
    trunk/lib/open-uri.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 44878)
+++ ChangeLog	(revision 44879)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Feb  7 21:58:48 2014  Zachary Scott  <e@z...>
+
+	* 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@z...>
 
 	* ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of core
Index: lib/open-uri.rb
===================================================================
--- lib/open-uri.rb	(revision 44878)
+++ lib/open-uri.rb	(revision 44879)
@@ -534,8 +534,9 @@ module OpenURI https://github.com/ruby/ruby/blob/trunk/lib/open-uri.rb#L534
       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']

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]