* array.c: Fix mistake in rdoc of Array#uniq.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0ab21f9572
commit
bc63449331
4
array.c
4
array.c
@ -3741,8 +3741,8 @@ rb_ary_uniq_bang(VALUE ary)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* ary.uniq -> ary or nil
|
* ary.uniq -> new_ary
|
||||||
* ary.uniq { |item| ... } -> ary or nil
|
* ary.uniq { |item| ... } -> new_ary
|
||||||
*
|
*
|
||||||
* Returns a new array by removing duplicate values in +self+.
|
* Returns a new array by removing duplicate values in +self+.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user