--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Calls block once for each key in hsh, passing the key and value as parameters. - !ruby/struct:SM::Flow::VERB body: " h = { "a" => 100, "b" => 200 }\n h.each_pair {|key, value| puts "#{key} is #{value}" }\n" - !ruby/struct:SM::Flow::P body: produces: - !ruby/struct:SM::Flow::VERB body: " a is 100\n b is 200\n" full_name: Hash#each_pair is_singleton: false name: each_pair params: | hsh.each_pair {| key_value_array | block } -> hsh visibility: public