Sha256: e944b2d45ff96dd314332ba869dec0ae3dfac3cc9b00900ef3caa408c46f3acd
Contents?: true
Size: 1.53 KB
Versions: 16
Compression:
Stored size: 1.53 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: size:@docstringIC:YARD::Docstring"ēReturns the number of key-value pairs in the hash. h = { "d" => 100, "a" => 200, "v" => 300, "e" => 400 } h.length #=> 4 h.delete("a") #=> 200 h.length #=> 3 :@objectu:YARD::StubProxyHash#size: @summary0: @all"Returns the number of key-value pairs in the hash. h = { "d" => 100, "a" => 200, "v" => 300, "e" => 400 } h.length #=> 4 h.delete("a") #=> 200 h.length #=> 3 @overload length @return [Fixnum] @overload size @return [Fixnum]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Hash#size;:length;IC; "