Sha256: 3fd5d8ddcef25cba54597a9d5c9be0e7d71cb468fafeb7b45bb83fbf5c237557
Contents?: true
Size: 1.64 KB
Versions: 16
Compression:
Stored size: 1.64 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:values_at:@docstringIC:YARD::Docstring"áReturn an array containing the values associated with the given keys. Also see <code>Hash.select</code>. h = { "cat" => "feline", "dog" => "canine", "cow" => "bovine" } h.values_at("cow", "cat") #=> ["bovine", "feline"] :@objectu:YARD::StubProxyHash#values_at: @summary0: @all"Return an array containing the values associated with the given keys. Also see <code>Hash.select</code>. h = { "cat" => "feline", "dog" => "canine", "cow" => "bovine" } h.values_at("cow", "cat") #=> ["bovine", "feline"] @overload values_at(key, ...) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Hash#values_at;;;IC; "