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