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.
2 parents 9e678e1 + 435740e commit a7c94e0Copy full SHA for a7c94e0
CHANGELOG.md
@@ -70,7 +70,7 @@ Compatibility:
70
* Update `Dir.foreach` to accept an `encoding` parameter (#2627, @bjfish).
71
* Update `IO.readlines` to ignore negative limit parameters (#2625 , @bjfish).
72
* Update `Math.sqrt` to raise a `Math::DomainError` for negative numbers (#2621, @bjfish).
73
-* 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).
74
75
Performance:
76
0 commit comments