From ff1bd2ba57bb2583c815d4aed57b144531cf757d Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 6 Apr 2013 17:51:14 +0000 Subject: merge revision(s) 39785: [Backport #8108] * array.c: fix rdoc. [ruby-core:53485] [ruby-trunk - Bug #8108] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index 6fda047e53..3c1a0b8fa6 100644 --- a/array.c +++ b/array.c @@ -5226,7 +5226,7 @@ rb_ary_drop_while(VALUE ary) * * ary = Array.new #=> [] * Array.new(3) #=> [nil, nil, nil] - * Array.new(3, true) #=> [0, 0, 0] + * Array.new(3, true) #=> [true, true, true] * * Note that the second argument populates the array with references to the * same object. Therefore, it is only recommended in cases when you need to -- cgit v1.2.3