diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-12-19 12:59:43 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-12-19 13:48:51 +0900 |
commit | dee45ac231afd02797640cb335d86550aa620cbe () | |
tree | fc1652c9a04f85e42d00517520e6eaca4dac924e /re.c | |
parent | b5f33ba76f9657228746e079eafb8fa952a9ab8b (diff) |
[DOC] State MatchData#[] when multiple captures with the same name
-rw-r--r-- | re.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2151,6 +2151,17 @@ match_ary_aref(VALUE match, VALUE idx, VALUE result) * m['foo'] # => "h" * m[:bar] # => "ge" * */ static VALUE |