Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As the result of https://bugs.ruby-lang.org/issues/13043, now Exception#cause should not have a loop. In the example jimweirich#272, the code doesn't seem to intend the loop itself but just re-raising the first exception instead of the next exception. Therefore I consider the last assertion superfluous.
- Loading branch information