⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.25
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.0
/
system
/
Array
/
View File Name :
uniq%21-i.ri
U:RDoc::AnyMethod[iI" uniq!:ETI"Array#uniq!;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"YRemoves duplicate elements from +self+, the first occurrence always being retained; ;TI"=returns +self+ if any elements removed, +nil+ otherwise.;To:RDoc::Markup::BlankLine o; ; [I"UWith no block given, identifies and removes elements using method <tt>eql?</tt> ;TI"to compare.;T@o; ; [I",Returns +self+ if any elements removed:;To:RDoc::Markup::Verbatim; [I"a = [0, 0, 1, 1, 2, 2] ;TI"a.uniq! # => [0, 1, 2] ;T:@format0o; ; [I"*Returns +nil+ if no elements removed.;T@o; ; [I";With a block given, calls the block for each element; ;TI"9identifies (using method <tt>eql?</tt>) and removes ;TI";elements for which the block returns duplicate values.;T@o; ; [I",Returns +self+ if any elements removed:;To;; [I".a = ['a', 'aa', 'aaa', 'b', 'bb', 'bbb'] ;TI"?a.uniq! {|element| element.size } # => ['a', 'aa', 'aaa'] ;T; 0o; ; [I"*Returns +nil+ if no elements removed.;T: @fileI"array.c;T:0@omit_headings_from_table_of_contents_below0I"Larray.uniq! -> self or nil array.uniq! {|element| ... } -> self or nil ;T0[ I"();T@-FI" Array;TcRDoc::NormalClass00