diff options
| author | Vladimir Dementyev <dementiev.vm@gmail.com> | 2022-08-05 20:13:09 -0400 |
|---|---|---|
| committer | Kazuki Tsujimoto <kazuki@callcc.net> | 2022-10-10 12:41:13 +0900 |
| commit | 4954c9fc0f9d06aa4e3e8deb33b41f3fae294adc (patch) | |
| tree | 5874913d47d954cb471e3fba98f534e54903d2f9 /NEWS.md | |
| parent | 546566d34b37fb5a028bcbe6bafa8248877f06ca (diff) | |
Add MatchData#deconstruct/deconstruct_keys
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6216
Diffstat (limited to 'NEWS.md')
| -rw-r--r-- | NEWS.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -141,6 +141,8 @@ Note: We're only listing outstanding class updates. * MatchData * MatchData#byteoffset has been added. [[Feature #13110]] + * MatchData#deconstruct has been added. [[Feature #18821]] + * MatchData#deconstruct_keys has been added. [[Feature #18821]] * Module * Module.used_refinements has been added. [[Feature #14332]] |
