Sha256: c6b3ef9cd70e8a543a9b0c18185659786a14495c6fbd0c4287de06b9882717c2
Contents?: true
Size: 1.75 KB
Versions: 16
Compression:
Stored size: 1.75 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: to_s:@docstringIC:YARD::Docstring";Converts <i>hsh</i> to a string by converting the hash to an array of <code>[</code> <i>key, value</i> <code>]</code> pairs and then converting that array to a string using <code>Array#join</code> with the default separator. h = { "c" => 300, "a" => 100, "d" => 400, "c" => 300 } h.to_s #=> "a100c300d400" :@objectu:YARD::StubProxyHash#to_s: @summary0: @all"_Converts <i>hsh</i> to a string by converting the hash to an array of <code>[</code> <i>key, value</i> <code>]</code> pairs and then converting that array to a string using <code>Array#join</code> with the default separator. h = { "c" => 300, "a" => 100, "d" => 400, "c" => 300 } h.to_s #=> "a100c300d400" @overload to_s @return [String]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Hash#to_s;;;IC; "