⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
2.7.0
/
system
/
Enumerable
/
View File Name :
none%3f-i.ri
U:RDoc::AnyMethod[iI" none?:ETI"Enumerable#none?;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I"JPasses each element of the collection to the given block. The method ;TI"Lreturns <code>true</code> if the block never returns <code>true</code> ;TI"Qfor all elements. If the block is not given, <code>none?</code> will return ;TI"F<code>true</code> only if none of the collection members is true.;To:RDoc::Markup::BlankLine o; ; [I"BIf instead a pattern is supplied, the method returns whether ;TI"I<code>pattern === element</code> for none of the collection members.;T@o:RDoc::Markup::Verbatim; [ I"A%w{ant bear cat}.none? { |word| word.length == 5 } #=> true ;TI"B%w{ant bear cat}.none? { |word| word.length >= 4 } #=> false ;TI"A%w{ant bear cat}.none?(/d/) #=> true ;TI"B[1, 3.14, 42].none?(Float) #=> false ;TI"A[].none? #=> true ;TI"A[nil].none? #=> true ;TI"A[nil, false].none? #=> true ;TI"A[nil, false, true].none? #=> false;T:@format0: @fileI"enum.c;T:0@omit_headings_from_table_of_contents_below0I"eenum.none? [{ |obj| block }] -> true or false enum.none?(pattern) -> true or false ;T0[ I"(*args);T@ FI"Enumerable;TcRDoc::NormalModule00