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

ruby-changes:28227

From: nagachika <ko1@a...>
Date: Sat, 13 Apr 2013 22:41:15 +0900 (JST)
Subject: [ruby-changes:28227] nagachika:r40279 (ruby_2_0_0): merge revision(s) 40274:

nagachika	2013-04-13 22:40:59 +0900 (Sat, 13 Apr 2013)

  New Revision: 40279

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

  Log:
    merge revision(s) 40274:
    
    * array.c: rdoc tweak for include?

  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 40278)
+++ ruby_2_0_0/array.c	(revision 40279)
@@ -3656,7 +3656,7 @@ rb_ary_hash(VALUE ary) https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/array.c#L3656
  *     ary.include?(object)   -> true or false
  *
  *  Returns +true+ if the given +object+ is present in +self+ (that is, if any
- *  object <code>==</code> +object+), otherwise returns +false+.
+ *  element <code>==</code> +object+), otherwise returns +false+.
  *
  *     a = [ "a", "b", "c" ]
  *     a.include?("b")   #=> true
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 40278)
+++ ruby_2_0_0/version.h	(revision 40279)
@@ -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-04-13"
-#define RUBY_PATCHLEVEL 120
+#define RUBY_PATCHLEVEL 121
 
 #define RUBY_RELEASE_YEAR 2013
 #define RUBY_RELEASE_MONTH 4

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


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

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