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.
1 parent ae7e102 commit 435740eCopy full SHA for 435740e
CHANGELOG.md
@@ -68,7 +68,7 @@ Compatibility:
68
* Update `Dir.foreach` to accept an `encoding` parameter (#2627, @bjfish).
69
* Update `IO.readlines` to ignore negative limit parameters (#2625 , @bjfish).
70
* Update `Math.sqrt` to raise a `Math::DomainError` for negative numbers (#2621, @bjfish).
71
-* Update `Enumerable#inject` to raise a `LocalJumpError` if no block or symbol are given (#2626, @bjfish).
+* Update `Enumerable#inject` to raise an `ArgumentError` if no block or symbol are given (#2626, @bjfish).
72
73
Performance:
74
0 commit comments