Sha256: dcf7f3c0a6411f69ecd65d67bf9860f4ef8ad067044cfbd8c2d70d5bbffaffa3
Contents?: true
Size: 1.7 KB
Versions: 16
Compression:
Stored size: 1.7 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:initialize_copy:@docstringIC:YARD::Docstring"²Replaces the contents of <i>hsh</i> with the contents of <i>other_hash</i>. h = { "a" => 100, "b" => 200 } h.replace({ "c" => 300, "d" => 400 }) #=> {"c"=>300, "d"=>400} :@objectu:YARD::StubProxyHash#initialize_copy: @summary0: @all"äReplaces the contents of <i>hsh</i> with the contents of <i>other_hash</i>. h = { "a" => 100, "b" => 200 } h.replace({ "c" => 300, "d" => 400 }) #=> {"c"=>300, "d"=>400} @overload replace(other_hash) @return [Hash]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Hash#initialize_copy;:replace;IC; "