Sha256: f499c0a4f4a13ee200b5eabdb04104bdb042fc0c22dd2095b61568f33d4617d1
Contents?: true
Size: 1.43 KB
Versions: 12
Compression:
Stored size: 1.43 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:~:@docstringIC:YARD::Docstring"Match---Matches <i>rxp</i> against the contents of <code>$_</code>. Equivalent to <code><i>rxp</i> =~ $_</code>. $_ = "input data" ~ /at/ #=> 7 :@objectu:YARD::StubProxy Regexp#~: @summary0: @all"ĂMatch---Matches <i>rxp</i> against the contents of <code>$_</code>. Equivalent to <code><i>rxp</i> =~ $_</code>. $_ = "input data" ~ /at/ #=> 7 @overload ~ rxp @return [Integer, nil]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u; Regexp#~;;;IC; "