mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* array.c: fix rdoc. [ruby-core:53485] [ruby-trunk - Bug #8108]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
326dd6e0cc
commit
e4811dc697
1 changed files with 1 additions and 1 deletions
2
array.c
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue