diff options
author | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2019-09-14 22:43:51 +1200 |
---|---|---|
committer | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2019-09-14 22:43:51 +1200 |
commit | 9699a5c5bcb9e1483f21efdf7e5cb9bf0a6279fb (patch) | |
tree | 8c2d533a1c61da960a33082680710308b028727e | |
parent | 39c37acf86960ae745c4d690fe2d9dd38cd96fba (diff) |
Update news regarding `Fiber#raise`.
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -109,6 +109,13 @@ Enumerator:: can be directly passed to another method as a block argument. [Feature #15618] +Fiber:: + + New method:: + + * Added Fiber#raise that behaves like Fiber#resume but raises an + exception on the resumed fiber. [Feature #10344] + FrozenError:: New method:: |