Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Class /
Delete
Unzip
Name
Size
Permission
Date
Action
allocate-i.ri
786
B
-rw-r--r--
2026-04-07 17:42
attached_object-i.ri
981
B
-rw-r--r--
2026-04-07 17:42
cdesc-Class.ri
2.97
KB
-rw-r--r--
2026-04-07 17:42
inherited-i.ri
755
B
-rw-r--r--
2026-04-07 17:42
json_creatable%3f-i.ri
546
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
1.16
KB
-rw-r--r--
2026-04-07 17:42
new-i.ri
557
B
-rw-r--r--
2026-04-07 17:42
subclasses-i.ri
1.44
KB
-rw-r--r--
2026-04-07 17:42
superclass-i.ri
789
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"subclasses:ETI"Class#subclasses;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I";Returns an array of classes where the receiver is the ;FI"Bdirect superclass of the class, excluding singleton classes. ;FI"4The order of the returned array is not defined.;Fo:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"class A; end ;TI"class B < A; end ;TI"class C < B; end ;TI"class D < A; end ;TI" ;TI"$A.subclasses #=> [D, B] ;TI"!B.subclasses #=> [C] ;TI" C.subclasses #=> [] ;T:@format0o; ; [I"?Anonymous subclasses (not associated with a constant) are ;FI"returned, too:;F@o;; [I"c = Class.new(A) ;TI"BA.subclasses # => [#<Class:0x00007f003c77bd78>, D, B] ;T; 0o; ; [ I"ANote that the parent does not hold references to subclasses ;FI"Aand doesn't prevent them from being garbage collected. This ;FI"Ameans that the subclass might disappear when all references ;FI"to it are dropped:;F@o;; [I"G# drop the reference to subclass, it can be garbage-collected now ;TI" c = nil ;TI" ;TI"A.subclasses ;TI"# It can be ;TI"/# => [#<Class:0x00007f003c77bd78>, D, B] ;TI"# ...or just ;TI"# => [D, B] ;TI"8# ...depending on whether garbage collector was run;T; 0: @fileI" object.c;T:0@omit_headings_from_table_of_contents_below0I"subclasses -> array ;F0[ I"();T@4FI" Class;TcRDoc::NormalClass00