Sha256: a65be0fe25f6f38c8c3d724eab0dcddf46092a96d3919a97e86bb64c6190bc2b
Contents?: true
Size: 1.78 KB
Versions: 12
Compression:
Stored size: 1.78 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:values_at:@docstringIC:YARD::Docstring"Uses each <i>index</i> to access the matching values, returning an array of the corresponding matches. m = /(.)(.)(\d+)(\d)/.match("THX1138: The Movie") m.to_a #=> ["HX1138", "H", "X", "113", "8"] m.values_at(0, 2, -2) #=> ["HX1138", "X", "113"] :@objectu:YARD::StubProxyMatchData#values_at: @summary0: @all"AUses each <i>index</i> to access the matching values, returning an array of the corresponding matches. m = /(.)(.)(\d+)(\d)/.match("THX1138: The Movie") m.to_a #=> ["HX1138", "H", "X", "113", "8"] m.values_at(0, 2, -2) #=> ["HX1138", "X", "113"] @overload values_at([index]*) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;MatchData#values_at;;;IC; "