We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Regexp::new
1 parent 7581934 commit f20d96cCopy full SHA for f20d96c
en/news/_posts/2023-12-25-ruby-3-3-0-released.md
@@ -140,6 +140,9 @@ Note: Excluding feature bug fixes.
140
deprecated. `it` will be a reference to the first block parameter in Ruby 3.4.
141
[[Feature #18980]](https://bugs.ruby-lang.org/issues/18980)
142
143
+* `Regexp::new` now only accepts up to 2 arguments instead of 3. This was
144
+ deprecated in Ruby 3.2. [[Bug #18797]](https://bugs.ruby-lang.org/issues/18797)
145
+
146
### Removed environment variables
147
148
The following deprecated methods are removed.
0 commit comments