⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
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
/
Object
/
View File Name :
kind_of%3f-i.ri
U:RDoc::AnyMethod[iI" kind_of?:ETI"Object#kind_of?;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"?Returns <code>true</code> if <i>class</i> is the class of ;TI"B<i>obj</i>, or if <i>class</i> is one of the superclasses of ;TI"2<i>obj</i> or modules included in <i>obj</i>.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"module M; end ;TI" class A ;TI" include M ;TI" end ;TI"class B < A; end ;TI"class C < B; end ;TI" ;TI"b = B.new ;TI"!b.is_a? A #=> true ;TI"!b.is_a? B #=> true ;TI""b.is_a? C #=> false ;TI"!b.is_a? M #=> true ;TI" ;TI"!b.kind_of? A #=> true ;TI"!b.kind_of? B #=> true ;TI""b.kind_of? C #=> false ;TI" b.kind_of? M #=> true;T:@format0: @fileI" object.c;T:0@omit_headings_from_table_of_contents_below0I"Uobj.is_a?(class) -> true or false obj.kind_of?(class) -> true or false ;T0[[I" is_a?;T@ I" (p1);T@$FI"Object;TcRDoc::NormalClass00