Sha256: 12e1aac482e7b6394a8024fd5fe4606d020621383d56e28d69ee107b5dd00c78
Contents?: true
Size: 1.7 KB
Versions: 12
Compression:
Stored size: 1.7 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: match:@docstringIC:YARD::Docstring"˙Returns a <code>MatchData</code> object describing the match, or <code>nil</code> if there was no match. This is equivalent to retrieving the value of the special variable <code>$~</code> following a normal match. /(.)(.)(.)/.match("abc")[2] #=> "b" :@objectu:YARD::StubProxyRegexp#match: @summary0: @all"1Returns a <code>MatchData</code> object describing the match, or <code>nil</code> if there was no match. This is equivalent to retrieving the value of the special variable <code>$~</code> following a normal match. /(.)(.)(.)/.match("abc")[2] #=> "b" @overload match(str) @return [MatchData, nil]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Regexp#match;;;IC; "