⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.116
Server IP:
78.40.11.138
Server:
Linux tango.o2switch.net 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby24
/
share
/
ri
/
2.4.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",obj.kind_of?(class) -> true or false;T0[ I" (p1);T@$FI"Object;TcRDoc::NormalClass00