HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/share/ri/2.7.0/system/ENV/each_pair-c.ri
U:RDoc::AnyMethod[iI"each_pair:ETI"ENV::each_pair;TT:publico:RDoc::Markup::Document:@parts[	o:RDoc::Markup::Paragraph;	[I"NYields each environment variable name and its value as a 2-element Array:;To:RDoc::Markup::Verbatim;	[I"h = {}
;TI">ENV.each_pair { |name, value| h[name] = value } # => ENV
;TI"%h # => {"bar"=>"1", "foo"=>"0"}
;T:@format0o;
;	[I"-Returns an Enumerator if no block given:;To;;	[	I"h = {}
;TI"Ne = ENV.each_pair # => #<Enumerator: {"bar"=>"1", "foo"=>"0"}:each_pair>
;TI"7e.each { |name, value| h[name] = value } # => ENV
;TI"$h # => {"bar"=>"1", "foo"=>"0"};T;0:
@fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"eENV.each_pair { |name, value| block } -> ENV
ENV.each_pair                         -> Enumerator;T0[I"();T@FI"ENV;TcRDoc::NormalClass00