Repository URL to install this package:
|
Version:
2.2.2-1 ▾
|
U:RDoc::AnyMethod[iI" each:ETI"Hash#each;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"OCalls <i>block</i> once for each key in <i>hsh</i>, passing the key-value ;TI"pair as parameters.;To:RDoc::Markup::BlankLine o;
; [I"=If no block is given, an enumerator is returned instead.;T@o:RDoc::Markup::Verbatim; [I"$h = { "a" => 100, "b" => 200 }
;TI"6h.each {|key, value| puts "#{key} is #{value}" }
;T:@format0o;
; [I"<em>produces:</em>;T@o;; [I"a is 100
;TI"
b is 200;T;
0:
@fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"Çhsh.each {| key, value | block } -> hsh
hsh.each_pair {| key, value | block } -> hsh
hsh.each -> an_enumerator
hsh.each_pair -> an_enumerator;T0[ I"();T@FI" Hash;TcRDoc::NormalClass00