Sha256: 6af3d15d2847478a20ca08bce01a0373ddc8067d013af3f868c969e102d0fe99
Contents?: true
Size: 1.46 KB
Versions: 16
Compression:
Stored size: 1.46 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: to_a:@docstringIC:YARD::Docstring"ÑConverts <i>hsh</i> to a nested array of <code>[</code> <i>key, value</i> <code>]</code> arrays. h = { "c" => 300, "a" => 100, "d" => 400, "c" => 300 } h.to_a #=> [["a", 100], ["c", 300], ["d", 400]] :@objectu:YARD::StubProxyHash#to_a: @summary0: @all"ôConverts <i>hsh</i> to a nested array of <code>[</code> <i>key, value</i> <code>]</code> arrays. h = { "c" => 300, "a" => 100, "d" => 400, "c" => 300 } h.to_a #=> [["a", 100], ["c", 300], ["d", 400]] @overload to_a @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Hash#to_a;;;IC; "