Sha256: 5d6a579e212b000a61efa0c79f813b83819bb9683b04aea1d115df3e5772cbe0
Contents?: true
Size: 1.75 KB
Versions: 12
Compression:
Stored size: 1.75 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:=~:@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#=~: @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; "