summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-30 01:08:44 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-30 01:08:44 +0000
commit331fdbe822046382c51eeddbd13ed81f90472402 (patch)
treeeff9f5109e27a3ee180b18bbe02580c1bd57b343 /re.c
parentb59109a84493f08ab1c8e5e8637597b5ac93270b (diff)
* 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
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index 74eacf1ad8..975bbbe2cf 100644
--- a/re.c
+++ b/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