summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-26 13:54:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-26 13:54:03 +0000
commit71cf670f0fc5556a51d6e209a14cceafcf6550d7 (patch)
treefefb7aebfd58b8913f85c2fd23f63e92e6cffe8f /array.c
parentbafaff1f43cf44430fed590dda00928b61821b6e (diff)
* array.c (rb_ary_shuffle): rdoc fix. argument name was missing.
a patch from Run Paint Run Run at [ruby-core:31848]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index a2083210d3..0e51bb0b98 100644
--- a/array.c
+++ b/array.c
@@ -3781,7 +3781,7 @@ rb_ary_shuffle_bang(int argc, VALUE *argv, VALUE ary)
*
* If +rng+ is given, it will be used as the random number generator.
*
- * a.shuffle(Random.new(1)) #=> [1, 3, 2]
+ * a.shuffle(random: Random.new(1)) #=> [1, 3, 2]
*/
static VALUE