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 /
ruby33 /
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 17:22
%5b%5d-c.ri
657
B
-rw-r--r--
2026-04-07 17:22
assoc-c.ri
1.39
KB
-rw-r--r--
2026-04-07 17:22
cdesc-ENV.ri
9.48
KB
-rw-r--r--
2026-04-07 17:22
clear-c.ri
480
B
-rw-r--r--
2026-04-07 17:22
clone-c.ri
476
B
-rw-r--r--
2026-04-07 17:22
delete-c.ri
1.35
KB
-rw-r--r--
2026-04-07 17:22
delete_if-c.ri
1.2
KB
-rw-r--r--
2026-04-07 17:22
dup-c.ri
386
B
-rw-r--r--
2026-04-07 17:22
each-c.ri
941
B
-rw-r--r--
2026-04-07 17:22
each_key-c.ri
834
B
-rw-r--r--
2026-04-07 17:22
each_pair-c.ri
951
B
-rw-r--r--
2026-04-07 17:22
each_value-c.ri
853
B
-rw-r--r--
2026-04-07 17:22
empty%3f-c.ri
498
B
-rw-r--r--
2026-04-07 17:22
except-c.ri
591
B
-rw-r--r--
2026-04-07 17:22
fetch-c.ri
1.65
KB
-rw-r--r--
2026-04-07 17:22
filter%21-c.ri
1.8
KB
-rw-r--r--
2026-04-07 17:22
filter-c.ri
1.31
KB
-rw-r--r--
2026-04-07 17:22
freeze-c.ri
386
B
-rw-r--r--
2026-04-07 17:22
has_key%3f-c.ri
1.56
KB
-rw-r--r--
2026-04-07 17:22
has_value%3f-c.ri
668
B
-rw-r--r--
2026-04-07 17:22
include%3f-c.ri
1.56
KB
-rw-r--r--
2026-04-07 17:22
inspect-c.ri
482
B
-rw-r--r--
2026-04-07 17:22
invert-c.ri
899
B
-rw-r--r--
2026-04-07 17:22
keep_if-c.ri
1.05
KB
-rw-r--r--
2026-04-07 17:22
key%3f-c.ri
1.55
KB
-rw-r--r--
2026-04-07 17:22
key-c.ri
954
B
-rw-r--r--
2026-04-07 17:22
keys-c.ri
638
B
-rw-r--r--
2026-04-07 17:22
length-c.ri
486
B
-rw-r--r--
2026-04-07 17:22
member%3f-c.ri
1.56
KB
-rw-r--r--
2026-04-07 17:22
merge%21-c.ri
2.51
KB
-rw-r--r--
2026-04-07 17:22
rassoc-c.ri
823
B
-rw-r--r--
2026-04-07 17:22
rehash-c.ri
393
B
-rw-r--r--
2026-04-07 17:22
reject%21-c.ri
1.3
KB
-rw-r--r--
2026-04-07 17:22
reject-c.ri
979
B
-rw-r--r--
2026-04-07 17:22
replace-c.ri
1.06
KB
-rw-r--r--
2026-04-07 17:22
select%21-c.ri
1.8
KB
-rw-r--r--
2026-04-07 17:22
select-c.ri
1.31
KB
-rw-r--r--
2026-04-07 17:22
shift-c.ri
839
B
-rw-r--r--
2026-04-07 17:22
size-c.ri
482
B
-rw-r--r--
2026-04-07 17:22
slice-c.ri
874
B
-rw-r--r--
2026-04-07 17:22
store-c.ri
2.12
KB
-rw-r--r--
2026-04-07 17:22
to_a-c.ri
532
B
-rw-r--r--
2026-04-07 17:22
to_h-c.ri
1.31
KB
-rw-r--r--
2026-04-07 17:22
to_hash-c.ri
492
B
-rw-r--r--
2026-04-07 17:22
to_s-c.ri
360
B
-rw-r--r--
2026-04-07 17:22
update-c.ri
2.51
KB
-rw-r--r--
2026-04-07 17:22
value%3f-c.ri
660
B
-rw-r--r--
2026-04-07 17:22
values-c.ri
657
B
-rw-r--r--
2026-04-07 17:22
values_at-c.ri
947
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"update:ETI"ENV::update;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"FAdds to ENV each key/value pair in the given +hash+; returns ENV:;To:RDoc::Markup::Verbatim; [I"-ENV.replace('foo' => '0', 'bar' => '1') ;TI"bENV.merge!('baz' => '2', 'bat' => '3') # => {"bar"=>"1", "bat"=>"3", "baz"=>"2", "foo"=>"0"} ;T:@format0o; ; [I":Deletes the ENV entry for a hash value that is +nil+:;To;; [I"JENV.merge!('baz' => nil, 'bat' => nil) # => {"bar"=>"1", "foo"=>"0"} ;T;0o; ; [I"OFor an already-existing name, if no block given, overwrites the ENV value:;To;; [I"<ENV.merge!('foo' => '4') # => {"bar"=>"1", "foo"=>"4"} ;T;0o; ; [I"3For an already-existing name, if block given, ;TI"9yields the name, its ENV value, and its hash value; ;TI"3the block's return value becomes the new name:;To;; [I"oENV.merge!('foo' => '5') { |name, env_val, hash_val | env_val + hash_val } # => {"bar"=>"1", "foo"=>"45"} ;T;0o; ; [I"7Raises an exception if a name or value is invalid ;TI"M(see {Invalid Names and Values}[rdoc-ref:ENV@Invalid+Names+and+Values]);;To;; [ I"-ENV.replace('foo' => '0', 'bar' => '1') ;TI"{ENV.merge!('foo' => '6', :bar => '7', 'baz' => '9') # Raises TypeError (no implicit conversion of Symbol into String) ;TI"'ENV # => {"bar"=>"1", "foo"=>"6"} ;TI"{ENV.merge!('foo' => '7', 'bar' => 8, 'baz' => '9') # Raises TypeError (no implicit conversion of Integer into String) ;TI"'ENV # => {"bar"=>"1", "foo"=>"7"} ;T;0o; ; [I"?Raises an exception if the block returns an invalid name: ;TI"M(see {Invalid Names and Values}[rdoc-ref:ENV@Invalid+Names+and+Values]):;To;; [I"�ENV.merge!('bat' => '8', 'foo' => '9') { |name, env_val, hash_val | 10 } # Raises TypeError (no implicit conversion of Integer into String) ;TI"3ENV # => {"bar"=>"1", "bat"=>"8", "foo"=>"7"} ;T;0o; ; [I")Note that for the exceptions above, ;TI"Khash pairs preceding an invalid name or value are processed normally; ;TI"!those following are ignored.;T: @fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"zENV.update -> ENV ENV.update(*hashes) -> ENV ENV.update(*hashes) { |name, env_val, hash_val| block } -> ENV ENV.merge! -> ENV ENV.merge!(*hashes) -> ENV ENV.merge!(*hashes) { |name, env_val, hash_val| block } -> ENV ;T0[ I"(*args);T@>FI"ENV;TcRDoc::NormalClass00