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

ruby-changes:27534

From: nagachika <ko1@a...>
Date: Tue, 5 Mar 2013 00:38:28 +0900 (JST)
Subject: [ruby-changes:27534] nagachika:r39586 (ruby_2_0_0): merge revision(s) 39322:

nagachika	2013-03-05 00:38:20 +0900 (Tue, 05 Mar 2013)

  New Revision: 39586

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

  Log:
    merge revision(s) 39322:
    
    * array.c: Fix typo in class documentation

  Modified directories:
    branches/ruby_2_0_0/
  Modified files:
    branches/ruby_2_0_0/array.c
    branches/ruby_2_0_0/version.h

Index: ruby_2_0_0/array.c
===================================================================
--- ruby_2_0_0/array.c	(revision 39585)
+++ ruby_2_0_0/array.c	(revision 39586)
@@ -5241,7 +5241,7 @@ rb_ary_drop_while(VALUE ary) https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/array.c#L5241
  *     #=> [[nil, nil, nil], [nil, nil, nil], [nil, nil, nil]]
  *
  *  An array can also be created by using the Array() method, provided by
- *  Kernel, which calls  #to_ary or #to_a on it's argument.
+ *  Kernel, which tries to call #to_ary, then #to_a on its argument.
  *
  *	Array({:a => "a", :b => "b"}) #=> [[:a, "a"], [:b, "b"]]
  *
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 39585)
+++ ruby_2_0_0/version.h	(revision 39586)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1
 #define RUBY_VERSION "2.0.0"
 #define RUBY_RELEASE_DATE "2013-03-05"
-#define RUBY_PATCHLEVEL 15
+#define RUBY_PATCHLEVEL 16
 
 #define RUBY_RELEASE_YEAR 2013
 #define RUBY_RELEASE_MONTH 3

Property changes on: ruby_2_0_0
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r39322


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

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