Sha256: ec9aca24ef74621e15ca3f84aa5663e2feff39b5e4a9d9946934deed5d08ea8e
Contents?: true
Size: 1.65 KB
Versions: 16
Compression:
Stored size: 1.65 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:replace:@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#replace: @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#replace;;;IC; "