Sha256: ce343ff08e9622143e0b2059f894d76510dd3ea28c6a06ef6e493b03740e945d
Contents?: true
Size: 1.97 KB
Versions: 12
Compression:
Stored size: 1.97 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: instance:@visibility:public: @pathI"Struct#values_at:EF:@parameters[ :@files[[I" struct.c;T0:@current_file_has_commentsF: @name:values_at:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"HReturns an array containing the elements in +self+ corresponding to the given selector(s). The selectors may be either integer indices or ranges. See also </code>.select<code>. a = %w{ a b c d e f } a.values_at(1, 3, 5) a.values_at(1, 3, 5, 7) a.values_at(-1, -3, -5, -7) a.values_at(1..3, 2...5);F:@objectIu:YARD::StubProxyStruct#values_at;F: @summary0:@ref_tags[ ;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"values_at(selector,... );F;IC;"