mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* re.c (last_match): add "thread and method" to the scope.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b59109a844
commit
331fdbe822
1 changed files with 1 additions and 1 deletions
2
re.c
2
re.c
|
@ -3392,7 +3392,7 @@ match_setter(VALUE val)
|
|||
* <code>MatchData</code> object.
|
||||
* <em>n</em> can be a string or symbol to reference a named capture.
|
||||
*
|
||||
* Note that the <code>last_match</code> is local to the scope
|
||||
* Note that the <code>last_match</code> is local to the thread and method scope
|
||||
* of the method that did the pattern match.
|
||||
*
|
||||
* /c(.)t/ =~ 'cat' #=> 0
|
||||
|
|
Loading…
Reference in a new issue