⚝
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 :
~
/
proc
/
self
/
root
/
usr
/
share
/
ri
/
3.0.0
/
system
/
Set
/
View File Name :
include%3f-i.ri
U:RDoc::AnyMethod[iI" include?:ETI"Set#include?;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"7Returns true if the set contains the given object.;To; ; [I"ƒNote that
include?
and
member?
do not test member equality using
==
as do other Enumerables.;To; ; [I"!See also Enumerable#include?;T: @fileI"lib/set.rb;T:0@omit_headings_from_table_of_contents_below000[[I"member?;To;; [ ;@;0[I"===;To;; [ o; ; [I"RReturns true if the given object is a member of the set, and false otherwise.;To; ; [I"Used in case statements:;To:RDoc::Markup::Verbatim; [I"require 'set' ;TI" ;TI"case :apple ;TI" when Set[:potato, :carrot] ;TI" "vegetable" ;TI"when Set[:apple, :banana] ;TI" "fruit" ;TI" end ;TI"# => "fruit" ;T:@format0o; ; [I"Or by itself:;To; ; [I"#Set[1, 2, 3] === 2 #=> true ;TI"$Set[1, 2, 3] === 4 #=> false ;T;0;@;0I"(o);T@FI"Set;TcRDoc::NormalClass00