Skip to content

Commit 4a023f8

Browse files
committed
[Feature #21932] [DOC] Mention MatchData#integer_at in NEWS.md
1 parent 0f3d371 commit 4a023f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Note: We're only listing outstanding class updates.
2626
directory without hardcoding absolute paths or manipulating `$LOAD_PATH`.
2727
[[Feature #15330]]
2828

29+
* MatchData
30+
31+
* `MatchData#integer_at` is added. It converts the matched substring to
32+
integer and return the result. [[Feature #21932]]
33+
2934
* Method
3035

3136
* `Method#source_location`, `Proc#source_location`, and
@@ -130,6 +135,7 @@ A lot of work has gone into making Ractors more stable, performant, and usable.
130135
[Feature #15330]: https://bugs.ruby-lang.org/issues/15330
131136
[Feature #21390]: https://bugs.ruby-lang.org/issues/21390
132137
[Feature #21785]: https://bugs.ruby-lang.org/issues/21785
138+
[Feature #21932]: https://bugs.ruby-lang.org/issues/21932
133139
[test-unit-3.7.4]: https://github.com/test-unit/test-unit/releases/tag/3.7.4
134140
[test-unit-3.7.5]: https://github.com/test-unit/test-unit/releases/tag/3.7.5
135141
[rss-0.3.2]: https://github.com/ruby/rss/releases/tag/0.3.2

0 commit comments

Comments
 (0)