Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Object /
[ HOME SHELL ]
Name
Size
Permission
Action
%3d%3d%3d-i.yaml
421
B
-rw-r--r--
%3d%3d-i.yaml
1.32
KB
-rw-r--r--
%3d%7e-i.yaml
354
B
-rw-r--r--
__id__-i.yaml
671
B
-rw-r--r--
__send__-i.yaml
749
B
-rw-r--r--
cdesc-Object.yaml
6.14
KB
-rw-r--r--
class-i.yaml
589
B
-rw-r--r--
clone-i.yaml
1.14
KB
-rw-r--r--
dclone-i.yaml
166
B
-rw-r--r--
display-i.yaml
695
B
-rw-r--r--
dup-i.yaml
907
B
-rw-r--r--
enum_for-i.yaml
670
B
-rw-r--r--
eql%3f-i.yaml
1.33
KB
-rw-r--r--
equal%3f-i.yaml
1.33
KB
-rw-r--r--
extend-i.yaml
733
B
-rw-r--r--
freeze-i.yaml
742
B
-rw-r--r--
frozen%3f-i.yaml
476
B
-rw-r--r--
hash-i.yaml
520
B
-rw-r--r--
id-i.yaml
276
B
-rw-r--r--
inspect-i.yaml
598
B
-rw-r--r--
instance_eval-i.yaml
1012
B
-rw-r--r--
instance_exec-i.yaml
787
B
-rw-r--r--
instance_of%3f-i.yaml
368
B
-rw-r--r--
instance_variable_defined%3f-i...
732
B
-rw-r--r--
instance_variable_get-i.yaml
848
B
-rw-r--r--
instance_variable_set-i.yaml
946
B
-rw-r--r--
instance_variables-i.yaml
611
B
-rw-r--r--
is_a%3f-i.yaml
900
B
-rw-r--r--
kind_of%3f-i.yaml
906
B
-rw-r--r--
method-i.yaml
901
B
-rw-r--r--
methods-i.yaml
842
B
-rw-r--r--
new-c.yaml
211
B
-rw-r--r--
nil%3f-i.yaml
439
B
-rw-r--r--
object_id-i.yaml
612
B
-rw-r--r--
private_methods-i.yaml
434
B
-rw-r--r--
protected_methods-i.yaml
442
B
-rw-r--r--
public_methods-i.yaml
430
B
-rw-r--r--
remove_instance_variable-i.yam...
674
B
-rw-r--r--
respond_to%3f-i.yaml
459
B
-rw-r--r--
send-i.yaml
741
B
-rw-r--r--
singleton_method_added-i.yaml
761
B
-rw-r--r--
singleton_method_removed-i.yam...
836
B
-rw-r--r--
singleton_method_undefined-i.y...
744
B
-rw-r--r--
singleton_methods-i.yaml
949
B
-rw-r--r--
taint-i.yaml
409
B
-rw-r--r--
tainted%3f-i.yaml
289
B
-rw-r--r--
tap-i.yaml
779
B
-rw-r--r--
to_a-i.yaml
721
B
-rw-r--r--
to_enum-i.yaml
668
B
-rw-r--r--
to_s-i.yaml
465
B
-rw-r--r--
to_yaml-i.yaml
179
B
-rw-r--r--
to_yaml_properties-i.yaml
190
B
-rw-r--r--
to_yaml_style-i.yaml
180
B
-rw-r--r--
type-i.yaml
266
B
-rw-r--r--
untaint-i.yaml
265
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dup-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Produces a shallow copy of <em>obj</em>---the instance variables of <em>obj</em> are copied, but not the objects they reference. <tt>dup</tt> copies the tainted state of <em>obj</em>. See also the discussion under <tt>Object#clone</tt>. In general, <tt>clone</tt> and <tt>dup</tt> may have different semantics in descendent classes. While <tt>clone</tt> is used to duplicate an object, including its internal state, <tt>dup</tt> typically uses the class of the descendent object to create the new instance. - !ruby/struct:SM::Flow::P body: "This method may have class-specific behavior. If so, that behavior will be documented under the #<tt>initialize_copy</tt> method of the class." full_name: Object#dup is_singleton: false name: dup params: | obj.dup -> an_object visibility: public
Close