Sha256: 833d83fd439c9b7f100c359c646a7ca531dcde22b4ff452f3b3204a16c760212
Contents?: true
Size: 1.44 KB
Versions: 16
Compression:
Stored size: 1.44 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:invert:@docstringIC:YARD::Docstring"ÖReturns a new hash created by using <i>hsh</i>'s values as keys, and the keys as values. h = { "n" => 100, "m" => 100, "y" => 300, "d" => 200, "a" => 0 } h.invert #=> {0=>"a", 100=>"n", 200=>"d", 300=>"y"} :@objectu:YARD::StubProxyHash#invert: @summary0: @all"ûReturns a new hash created by using <i>hsh</i>'s values as keys, and the keys as values. h = { "n" => 100, "m" => 100, "y" => 300, "d" => 200, "a" => 0 } h.invert #=> {0=>"a", 100=>"n", 200=>"d", 300=>"y"} @overload invert @return [Hash]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Hash#invert;;;IC; "