Sha256: 482afadc2b88726f951c7701b8c8d361db04b5099c13236b36bc1dbbf7436320
Contents?: true
Size: 1.84 KB
Versions: 12
Compression:
Stored size: 1.84 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: uniq!:@docstringIC:YARD::Docstring"îRemoves duplicate elements from _self_. Returns <code>nil</code> if no changes are made (that is, no duplicates are found). a = [ "a", "a", "b", "b", "c" ] a.uniq! #=> ["a", "b", "c"] b = [ "a", "b", "c" ] b.uniq! #=> nil :@objectu:YARD::StubProxyArray#uniq!: @summary0: @all"Removes duplicate elements from _self_. Returns <code>nil</code> if no changes are made (that is, no duplicates are found). a = [ "a", "a", "b", "b", "c" ] a.uniq! #=> ["a", "b", "c"] b = [ "a", "b", "c" ] b.uniq! #=> nil @overload uniq! @return [Array, nil]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#uniq!;;;IC; "