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.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
ENV /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-c.ri
2.11
KB
-rw-r--r--
2026-04-07 16:51
%5b%5d-c.ri
656
B
-rw-r--r--
2026-04-07 16:51
assoc-c.ri
1.39
KB
-rw-r--r--
2026-04-07 16:51
cdesc-ENV.ri
9.5
KB
-rw-r--r--
2026-04-07 16:51
clear-c.ri
479
B
-rw-r--r--
2026-04-07 16:51
clone-c.ri
475
B
-rw-r--r--
2026-04-07 16:51
delete-c.ri
1.35
KB
-rw-r--r--
2026-04-07 16:51
delete_if-c.ri
1.2
KB
-rw-r--r--
2026-04-07 16:51
dup-c.ri
385
B
-rw-r--r--
2026-04-07 16:51
each-c.ri
940
B
-rw-r--r--
2026-04-07 16:51
each_key-c.ri
833
B
-rw-r--r--
2026-04-07 16:51
each_pair-c.ri
950
B
-rw-r--r--
2026-04-07 16:51
each_value-c.ri
852
B
-rw-r--r--
2026-04-07 16:51
empty%3f-c.ri
497
B
-rw-r--r--
2026-04-07 16:51
except-c.ri
590
B
-rw-r--r--
2026-04-07 16:51
fetch-c.ri
1.65
KB
-rw-r--r--
2026-04-07 16:51
filter%21-c.ri
1.8
KB
-rw-r--r--
2026-04-07 16:51
filter-c.ri
1.31
KB
-rw-r--r--
2026-04-07 16:51
freeze-c.ri
385
B
-rw-r--r--
2026-04-07 16:51
has_key%3f-c.ri
1.56
KB
-rw-r--r--
2026-04-07 16:51
has_value%3f-c.ri
667
B
-rw-r--r--
2026-04-07 16:51
include%3f-c.ri
1.56
KB
-rw-r--r--
2026-04-07 16:51
inspect-c.ri
481
B
-rw-r--r--
2026-04-07 16:51
invert-c.ri
898
B
-rw-r--r--
2026-04-07 16:51
keep_if-c.ri
1.05
KB
-rw-r--r--
2026-04-07 16:51
key%3f-c.ri
1.55
KB
-rw-r--r--
2026-04-07 16:51
key-c.ri
953
B
-rw-r--r--
2026-04-07 16:51
keys-c.ri
637
B
-rw-r--r--
2026-04-07 16:51
length-c.ri
485
B
-rw-r--r--
2026-04-07 16:51
member%3f-c.ri
1.56
KB
-rw-r--r--
2026-04-07 16:51
merge%21-c.ri
2.51
KB
-rw-r--r--
2026-04-07 16:51
rassoc-c.ri
822
B
-rw-r--r--
2026-04-07 16:51
rehash-c.ri
392
B
-rw-r--r--
2026-04-07 16:51
reject%21-c.ri
1.3
KB
-rw-r--r--
2026-04-07 16:51
reject-c.ri
978
B
-rw-r--r--
2026-04-07 16:51
replace-c.ri
1.05
KB
-rw-r--r--
2026-04-07 16:51
select%21-c.ri
1.8
KB
-rw-r--r--
2026-04-07 16:51
select-c.ri
1.31
KB
-rw-r--r--
2026-04-07 16:51
shift-c.ri
838
B
-rw-r--r--
2026-04-07 16:51
size-c.ri
481
B
-rw-r--r--
2026-04-07 16:51
slice-c.ri
873
B
-rw-r--r--
2026-04-07 16:51
store-c.ri
2.12
KB
-rw-r--r--
2026-04-07 16:51
to_a-c.ri
531
B
-rw-r--r--
2026-04-07 16:51
to_h-c.ri
1.31
KB
-rw-r--r--
2026-04-07 16:51
to_hash-c.ri
491
B
-rw-r--r--
2026-04-07 16:51
to_s-c.ri
359
B
-rw-r--r--
2026-04-07 16:51
update-c.ri
2.51
KB
-rw-r--r--
2026-04-07 16:51
value%3f-c.ri
659
B
-rw-r--r--
2026-04-07 16:51
values-c.ri
656
B
-rw-r--r--
2026-04-07 16:51
values_at-c.ri
946
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"delete:ETI"ENV::delete;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"UDeletes the environment variable with +name+ if it exists and returns its value:;To:RDoc::Markup::Verbatim; [I"ENV['foo'] = '0' ;TI" ENV.delete('foo') # => '0' ;T:@format0o; ; [I"^If a block is not given and the named environment variable does not exist, returns +nil+.;To:RDoc::Markup::BlankLine o; ; [I"CIf a block given and the environment variable does not exist, ;TI"Cyields +name+ to the block and returns the value of the block:;To;; [I"9ENV.delete('foo') { |name| name * 2 } # => "foofoo" ;T;0o; ; [I";If a block given and the environment variable exists, ;TI"Qdeletes the environment variable and returns its value (ignoring the block):;To;; [I"ENV['foo'] = '0' ;TI";ENV.delete('foo') { |name| raise 'ignored' } # => "0" ;T;0o; ; [I"/Raises an exception if +name+ is invalid. ;TI"KSee {Invalid Names and Values}[rdoc-ref:ENV@Invalid+Names+and+Values].;T: @fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"�ENV.delete(name) -> value ENV.delete(name) { |name| block } -> value ENV.delete(missing_name) -> nil ENV.delete(missing_name) { |name| block } -> block_value ;T0[ I" (p1);T@)FI"ENV;TcRDoc::NormalClass00